git » homepage.git » commit 5f043a9

fix sha

author Alan Dipert
2025-10-08 05:10:07 UTC
committer Alan Dipert
2025-10-08 05:10:07 UTC
parent 54dbff3a94ba5025f3d75f9e26b290c0e5f987d6

fix sha

tools/buildinfo.sh +1 -1

diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index 45af778..d4e26f6 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/commit/?id=${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"