Skip to content

Commit

Permalink
hg-flow: depend on mercurial instead of :hg
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 11, 2018
1 parent b857d9b commit 98ff18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/hg-flow.rb
Expand Up @@ -8,7 +8,7 @@ class HgFlow < Formula
bottle :unneeded

depends_on "python" if MacOS.version <= :snow_leopard
depends_on :hg
depends_on "mercurial"

def install
if build.head?
Expand Down

0 comments on commit 98ff18c

Please sign in to comment.