kiss: Fix shellcheck

This commit is contained in:
Dylan Araps 2020-04-15 16:13:33 +03:00
parent a0f0b8b5ad
commit bb9293c629
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -80,7 +80,7 @@ pop() {
}
run_hook() {
[ "$KISS_HOOK" ] || return 0
[ "${KISS_HOOK:-}" ] || return 0
log "$2" "Running $1 hook"