Skip to content

Commit

Permalink
Improve Formula.resolve_alias warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 30, 2012
1 parent 34c970b commit 7e744df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/compat/compatibility.rb
Expand Up @@ -59,6 +59,7 @@ class Formula
# in compatability because the naming is somewhat confusing
def self.resolve_alias name
opoo 'Formula.resolve_alias is deprecated and will eventually be removed'
opoo 'Use Formula.canonical_name instead.'

# Don't resolve paths or URLs
return name if name.include?("/")
Expand Down

0 comments on commit 7e744df

Please sign in to comment.