aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow-avh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
-rw-r--r--Library/Formula/git-flow-avh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb
index 49e50c660..eb6961fae 100644
--- a/Library/Formula/git-flow-avh.rb
+++ b/Library/Formula/git-flow-avh.rb
@@ -17,7 +17,7 @@ class GitFlowAvh < Formula
def caveats; <<-EOS.undent
Create a ~/.gitflow_export file with the content
- alias getopt="$(brew --prefix gnu-getopt)/bin/getopt"
+ export FLAGS_GETOPT_CMD="$(brew --prefix gnu-getopt)/bin/getopt"
EOS
end