fix typo in this notice
This commit is contained in:
parent
55e9908799
commit
5252c35f34
@ -664,7 +664,7 @@ class MercurialDownloadStrategy < VCSDownloadStrategy
|
|||||||
def cache_tag; "hg" end
|
def cache_tag; "hg" end
|
||||||
|
|
||||||
def hgpath
|
def hgpath
|
||||||
# #{HOMEBREW_PREFIX}/share/python/hg is deprecated, but we levae it in for a while
|
# Note: #{HOMEBREW_PREFIX}/share/python/hg is deprecated
|
||||||
@path ||= %W[
|
@path ||= %W[
|
||||||
#{which("hg")}
|
#{which("hg")}
|
||||||
#{HOMEBREW_PREFIX}/bin/hg
|
#{HOMEBREW_PREFIX}/bin/hg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user