aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Library/brew.sh')
-rw-r--r--Library/brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.sh b/Library/brew.sh
index 03eaa4390..5dd1ce630 100644
--- a/Library/brew.sh
+++ b/Library/brew.sh
@@ -29,7 +29,7 @@ brew() {
}
git() {
- "$HOMEBREW_LIBRARY/ENV/scm/git" "$@"
+ "$HOMEBREW_LIBRARY/Homebrew/shims/scm/git" "$@"
}
# Force UTF-8 to avoid encoding issues for users with broken locale settings.