diff options
Diffstat (limited to 'tools/extract-tr.sh')
-rwxr-xr-x | tools/extract-tr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-tr.sh b/tools/extract-tr.sh index a37b36474..ef0ae60b4 100755 --- a/tools/extract-tr.sh +++ b/tools/extract-tr.sh @@ -217,7 +217,7 @@ format_location_list(L) -> "#: " ++ string:join( lists:map( fun({File, Pos}) -> - io_lib:format("~s:~B", [File, Pos]) + io_lib:format("~s.erl:~B", [File, Pos]) end, L), " ") ++ io_lib:nl(). |