diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 79e8e1ae..c7158435 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1918,7 +1918,7 @@ get_available_branches() { cd "${directory}" || return 1 # Get reachable remote branches, but store STDERR as STDOUT variable - output=$( { git ls-remote --head --quiet | cut -d'/' -f3- -; } 2>&1 ) + output=$( { git ls-remote --heads --quiet | cut -d'/' -f3- -; } 2>&1 ) echo "$output" return }