aboutsummaryrefslogtreecommitdiff
path: root/tools/extract-tr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract-tr.sh')
-rwxr-xr-xtools/extract-tr.sh2
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().