summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-05-06 04:12:42 -0400
committerMatt Hunter <m@lfurio.us>2026-05-10 04:47:01 -0400
commita1d1bbc4d7ee3cf990374578f26541d2cb7b34b2 (patch)
tree6ceb9248a457ac88943baf04027d34f52ae84b87
parent4b9e1e9828892b3c18afb015c9a1a706a9bc5dce (diff)
downloadgit-sonar-a1d1bbc4d7ee3cf990374578f26541d2cb7b34b2.tar.gz
git-sonar-a1d1bbc4d7ee3cf990374578f26541d2cb7b34b2.zip
precheck: Show full script name in error message
Signed-off-by: Matt Hunter <m@lfurio.us>
Diffstat (limited to '')
-rwxr-xr-xgit-precheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-precheck b/git-precheck
index 9984bbb..de3dd03 100755
--- a/git-precheck
+++ b/git-precheck
@@ -48,7 +48,7 @@ while true; do
done
if [ $# -ne 0 ]; then
- printf 'precheck: Unrecognized option given: %s\n' "$1"
+ printf 'git-precheck: Unrecognized option given: %s\n' "$1"
exit 128
fi