brew.sh: Fix copy-paste typo

Closes #472.
This commit is contained in:
Andrew M
2014-12-22 11:45:27 +01:00
committed by Mathias Bynens
parent b887f3a6cc
commit 9ee93d73d2
+1 -1
View File
@@ -5,7 +5,7 @@
# Ask for the administrator password upfront.
sudo -v
# Keep-alive: update existing `sudo` time stamp until `.osx` has finished.
# Keep-alive: update existing `sudo` time stamp until the script has finished.
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Make sure were using the latest Homebrew.