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.
1 parent 998a6de commit 21bed16Copy full SHA for 21bed16
install.sh
@@ -963,7 +963,7 @@ ohai "Downloading and installing Homebrew..."
963
execute "${USABLE_GIT}" "config" "--bool" "core.autocrlf" "false"
964
execute "${USABLE_GIT}" "config" "--bool" "core.symlinks" "true"
965
execute "${USABLE_GIT}" "fetch" "--force" "--quiet" "--progress" \
966
- "origin" "refs/heads/master:refs/remotes/origin/master"
+ "origin" "refs/heads/master:refs/remotes/origin/master"
967
execute "${USABLE_GIT}" "remote" "set-head" "origin" "--auto" >/dev/null
968
execute "${USABLE_GIT}" "reset" "--hard" "origin/master"
969
0 commit comments