aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 15:28:16 +0000
committerMike McQuaid2014-01-04 15:28:18 +0000
commitb9a50fd7971d20520eedc513e79cdb55cd89d82f (patch)
tree18ac76b9dc871fb6134370105d176ca2ab830d74
parent3cbe67bbf01aa3a7841af2cda820492f3c6a6767 (diff)
downloadhomebrew-b9a50fd7971d20520eedc513e79cdb55cd89d82f.tar.bz2
mercurial: fix caveats.
Closes #25643.
-rw-r--r--Library/Formula/mercurial.rb2
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`