summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/post-receive.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/post-receive.hook b/tools/post-receive.hook
index 4f76fa6..4fb741d 100755
--- a/tools/post-receive.hook
+++ b/tools/post-receive.hook
@@ -67,6 +67,6 @@ while read oldrev newrev refname; do
fi
done
if [ $found -eq 0 ]; then
- echo "E: no mapping for refname $key" >&2
+ echo "E: STATE_MAP has no mapping for branch $refname" >&2
fi
done