commit 087f2c52ca387594172bb37a4acccb5b4cde4778 parent 9db11fc0a0f686a8150850f1b2620f73a2cdf348 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 18 Apr 2020 01:21:17 +0300 kiss: fix shellcheck error Diffstat:
M | kiss | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/kiss b/kiss @@ -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"