Skip to content

Commit 21bed16

Browse files
committed
brew style --fix
1 parent 998a6de commit 21bed16

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
@@ -963,7 +963,7 @@ ohai "Downloading and installing Homebrew..."
963963
execute "${USABLE_GIT}" "config" "--bool" "core.autocrlf" "false"
964964
execute "${USABLE_GIT}" "config" "--bool" "core.symlinks" "true"
965965
execute "${USABLE_GIT}" "fetch" "--force" "--quiet" "--progress" \
966-
"origin" "refs/heads/master:refs/remotes/origin/master"
966+
"origin" "refs/heads/master:refs/remotes/origin/master"
967967
execute "${USABLE_GIT}" "remote" "set-head" "origin" "--auto" >/dev/null
968968
execute "${USABLE_GIT}" "reset" "--hard" "origin/master"
969969

0 commit comments

Comments
 (0)