summaryrefslogtreecommitdiff
path: root/ssh-hook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-hook.sh')
-rwxr-xr-xssh-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-hook.sh b/ssh-hook.sh
index 3643a2a..2980c03 100755
--- a/ssh-hook.sh
+++ b/ssh-hook.sh
@@ -18,6 +18,6 @@ if [ -z "$SSH_ORIGINAL_COMMAND" ]; then
else
echo "Laminar queue: $SSH_ORIGINAL_COMMAND"
- laminarc queue "$SSH_ORIGINAL_COMMAND"
+ LAMINAR_REASON="Git hook" laminarc queue "$SSH_ORIGINAL_COMMAND"
fi