gitignore hooks.d
This commit is contained in:
+3
-1
@@ -217,7 +217,9 @@ function launch_hooks {
|
||||
echo "Processing: $hook"
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source "$hook"
|
||||
if ! source "$hook"; then
|
||||
>&2 echo 'WARNING: hook failure, bypassed'
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user