Skip to content

Commit 87858c5

Browse files
authored
Merge pull request #1014 from jacobwhall/fix-git-column
2 parents 50b9f0e + 6895ebe commit 87858c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ ohai "Downloading and installing Homebrew..."
978978

979979
execute "${USABLE_GIT}" "remote" "set-head" "origin" "--auto" >/dev/null
980980

981-
LATEST_GIT_TAG="$("${USABLE_GIT}" tag --list --sort="-version:refname" | head -n1)"
981+
LATEST_GIT_TAG="$("${USABLE_GIT}" -c "column.ui=never" tag --list --sort="-version:refname" | head -n1)"
982982
if [[ -z "${LATEST_GIT_TAG}" ]]
983983
then
984984
abort "Failed to query latest Homebrew/brew Git tag."

0 commit comments

Comments
 (0)