Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
audit: deprecate AmazonWebServicesFormula
Browse files Browse the repository at this point in the history
Closes #37355.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
xu-cheng committed Mar 3, 2015
1 parent 13250d3 commit 0d72593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Homebrew/cmd/audit.rb
Expand Up @@ -133,6 +133,10 @@ def audit_class
if formula.class < GithubGistFormula
problem "GithubGistFormula is deprecated, use Formula instead"
end

if formula.class < AmazonWebServicesFormula
problem "AmazonWebServicesFormula is deprecated, use Formula instead"
end
end

@@aliases ||= Formula.aliases
Expand Down

0 comments on commit 0d72593

Please sign in to comment.