Add missing local variable.

Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
Markus Reiter 2024-02-23 17:09:42 +01:00 committed by GitHub
parent 132a87aff5
commit b29a2cdff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,7 @@ git_init_if_necessary() {
repo_var_suffix() {
local repo_dir="${1}"
local repo_var_suffix
if [[ "${repo_dir}" == "${HOMEBREW_REPOSITORY}" ]]
then