Skip to content

Commit

Permalink
hg-flow: opt_prefix/libexec => opt_libexec
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 9, 2016
1 parent b3486e1 commit 12caf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/hg-flow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def caveats; <<-EOS.undent
3. For more information go to https://bitbucket.org/yinwm/hgflow
[extensions]
flow = #{opt_prefix}/libexec/hgflow.py
flow = #{opt_libexec}/hgflow.py
[flow]
autoshelve = true
Expand All @@ -34,7 +34,7 @@ def caveats; <<-EOS.undent
test do
(testpath/".hgrc").write <<-EOS.undent
[extensions]
flow = #{opt_prefix}/libexec/hgflow.py
flow = #{opt_libexec}/hgflow.py
[flow]
autoshelve = true
EOS
Expand Down

0 comments on commit 12caf07

Please sign in to comment.