Merge pull request #2000 from gaelicWizard/lint

Revert most of "Fix linting errors that snuck in."
This commit is contained in:
Noah Gorny
2022-01-01 23:01:09 +02:00
committed by GitHub
3 changed files with 2 additions and 5 deletions

View File

@@ -39,5 +39,4 @@ 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@}"