Fix linting errors that snuck in.

This commit is contained in:
cornfeedhobo
2021-11-01 22:27:44 -05:00
parent bdb5289660
commit 2c8ee40566
4 changed files with 4 additions and 3 deletions

View File

@@ -39,4 +39,5 @@ done
if [[ "${_git_bash_completion_found}" == false ]]; then
_log_warning "no completion files found - please try enabling the 'system' completion instead."
fi
# shellcheck disable=SC2154 # ignore unknown
unset "${!_git_bash_completion@}"