aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update.sh
diff options
context:
space:
mode:
authorMike McQuaid2016-07-15 19:33:30 +0100
committerGitHub2016-07-15 19:33:30 +0100
commita07ab8bb92da082078203301a22eef68eaf3d0ac (patch)
tree49776d1f60832106a5c5d2bdddb4f263ad6ea05d /Library/Homebrew/cmd/update.sh
parenta02be9eea204264ce48827ac365c8b53b986d66a (diff)
downloadbrew-a07ab8bb92da082078203301a22eef68eaf3d0ac.tar.bz2
brew.{rb,sh}: move to Library/Homebrew. (#506)
Diffstat (limited to 'Library/Homebrew/cmd/update.sh')
-rw-r--r--Library/Homebrew/cmd/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 49a15864f..e9ad69c06 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -9,7 +9,7 @@
# shellcheck source=/dev/null
source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh"
-# Replaces the function in Library/brew.sh to cache the Git executable to
+# Replaces the function in Library/Homebrew/brew.sh to cache the Git executable to
# provide speedup when using Git repeatedly (as update.sh does).
git() {
if [[ -z "$GIT_EXECUTABLE" ]]