author | Alan Dipert
<alan@dipert.org> 2025-10-08 05:08:20 UTC |
committer | Alan Dipert
<alan@dipert.org> 2025-10-08 05:08:20 UTC |
parent | 2dfd2b17bcc022d51a9df47e865d7f6b0183a89e |
tools/buildinfo.sh | +1 | -1 |
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh index 9bac515..45af778 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/c/${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"