Skip to content

Commit

Permalink
fix unbound variable
Browse files Browse the repository at this point in the history
Skip-test: true
Skip-tests: true
Skip-unit-tests: true
Skip-nlt: true

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Dec 19, 2024
1 parent 2af1cd6 commit d8bb6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/githooks/hook_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export -f _git_diff_cached_files
hook=${0##*/}
rm -f ".${hook}"

skip_list=()
IFS=', ' read -r -a skip_list <<< "${DAOS_GITHOOK_SKIP:-}"

run-parts() {
Expand Down

0 comments on commit d8bb6d1

Please sign in to comment.