From 218f074609d95d6288cbdf776bfb072cbbc875e5 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 12 Aug 2015 23:21:16 -0400 Subject: [PATCH] Hooks: Improved comments in sample hook script --- scripts/hooks/on-exit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/hooks/on-exit b/scripts/hooks/on-exit index ea830d9e6..2278281b4 100755 --- a/scripts/hooks/on-exit +++ b/scripts/hooks/on-exit @@ -1,7 +1,10 @@ #!/bin/sh # The on-exit event is triggered once, after all processing is complete. -# This hooks script has no effect on processing. +# This hook script has no effect on processing. + +# Input: +# - line of JSON for each modified task # Output: # - Optional feedback/error.