diff options
| author | Mike McQuaid | 2014-01-04 15:28:16 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 15:28:18 +0000 |
| commit | b9a50fd7971d20520eedc513e79cdb55cd89d82f (patch) | |
| tree | 18ac76b9dc871fb6134370105d176ca2ab830d74 | |
| parent | 3cbe67bbf01aa3a7841af2cda820492f3c6a6767 (diff) | |
| download | homebrew-b9a50fd7971d20520eedc513e79cdb55cd89d82f.tar.bz2 | |
mercurial: fix caveats.
Closes #25643.
| -rw-r--r-- | Library/Formula/mercurial.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 35aa99df6..6d9ff463f 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -31,7 +31,7 @@ class Mercurial < Formula end def caveats - if build.head? <<-EOS.undent + if build.head?; <<-EOS.undent To install the --HEAD version of mercurial, you have to: 1. `brew install mercurial` # so brew can use this to fetch sources! 2. `brew unlink mercurial` |
