diff options
| author | Andy Rudge | 2013-01-30 18:22:46 -0600 |
|---|---|---|
| committer | Misty De Meo | 2013-01-30 18:52:01 -0600 |
| commit | f2a1bc1627efa8929052f847b2221ccc1414e156 (patch) | |
| tree | 8f562194c2d2c356ebd6e66cddd638c6bb4f6ecb /Library/Formula/git-flow-avh.rb | |
| parent | 38de561cf2f86a92b7a8db3fb4b1130172f4e88d (diff) | |
| download | homebrew-f2a1bc1627efa8929052f847b2221ccc1414e156.tar.bz2 | |
git-flow-avh: update caveats per wiki
Closes #17451.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 2 |
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 |
