author | Alan Dipert
<alan@dipert.org> 2025-10-08 05:15:05 UTC |
committer | Alan Dipert
<alan@dipert.org> 2025-10-08 05:15:05 UTC |
parent | 9c79151bcd086ffdf9def780095f2e2af785ec12 |
tools/buildinfo.sh | +1 | -1 |
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh index d4e26f6..9bac515 100755 --- a/tools/buildinfo.sh +++ b/tools/buildinfo.sh @@ -26,7 +26,7 @@ main() { time=$(date '+%-I:%M%p %Z') sha_full=$(git rev-parse HEAD) sha_short=$(git rev-parse --short HEAD) - repo_url="https://tailrecursion.com/git-arr/r/homepage.git/commit/?id=${sha_full}" + repo_url="https://tailrecursion.com/git-arr/r/homepage.git/c/${sha_full}/" printf 'Built by %s@%s on %s, %s %s%s %s at %s (git <a href="%s">%s</a>)\n' \ "$user" "$host" "$dow" "$month" "$day" "$suffix" "$year" "$time" "$repo_url" "$sha_short"