diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ pop() { } run_hook() { + # This is not a misspelling, can be ignored safely. + # shellcheck disable=2153 [ "$KISS_HOOK" ] || return 0 log "$2" "Running $1 hook" |