We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b9f0e + 6895ebe commit 87858c5Copy full SHA for 87858c5
install.sh
@@ -978,7 +978,7 @@ ohai "Downloading and installing Homebrew..."
978
979
execute "${USABLE_GIT}" "remote" "set-head" "origin" "--auto" >/dev/null
980
981
- LATEST_GIT_TAG="$("${USABLE_GIT}" tag --list --sort="-version:refname" | head -n1)"
+ LATEST_GIT_TAG="$("${USABLE_GIT}" -c "column.ui=never" tag --list --sort="-version:refname" | head -n1)"
982
if [[ -z "${LATEST_GIT_TAG}" ]]
983
then
984
abort "Failed to query latest Homebrew/brew Git tag."
0 commit comments