diff options
Diffstat (limited to '')
-rwxr-xr-x | src/git-permalink.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-permalink.in b/src/git-permalink.in index 17b7514..94697a3 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -86,7 +86,7 @@ lineno_with_l() { } euandreh() { - printf 'https://git.euandreh.xyz/%s/tree/%s?id=%s%s\n' \ + printf 'https://euandreh.xyz/%s.git/tree/%s?id=%s%s\n' \ "$REPOSITORY" "$FILE" "$COMMIT" "${MYLINENO:+#n$MYLINENO}" } |