diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpt-lib | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index bc8f0ff..91a0ce1 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -116,8 +116,6 @@ run_hook() { # escalation through user scripts. [ "$4" ] && CPT_HOOK=$CPT_ROOT/etc/cpt-hook - # This is not a misspelling, can be ignored safely. - # shellcheck disable=2153 [ -f "$CPT_HOOK" ] || return 0 log "$2" "Running $1 hook" |