diff options
| author | Adam Vandenberg | 2012-03-04 16:56:59 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-05 21:14:39 -0800 |
| commit | a6a56e2f724dd3a60a2b5b504f48ac568096e2dc (patch) | |
| tree | 7792d17d3a785b855313c634db01f594abaa863d /Library/Formula/rds-command-line-tools.rb | |
| parent | 89edada6b2381a64d758e17814cba0d0551f85b8 (diff) | |
| download | homebrew-a6a56e2f724dd3a60a2b5b504f48ac568096e2dc.tar.bz2 | |
Move AmazonWebServicesFormula to formula_specialties
Enough formulae in core depend on this, pull it in here.
When multi-repo support lands, perhaps we could set up Homebrew-AWS.
Diffstat (limited to 'Library/Formula/rds-command-line-tools.rb')
| -rw-r--r-- | Library/Formula/rds-command-line-tools.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/rds-command-line-tools.rb b/Library/Formula/rds-command-line-tools.rb index 865f22c6c..7c3c72e58 100644 --- a/Library/Formula/rds-command-line-tools.rb +++ b/Library/Formula/rds-command-line-tools.rb @@ -1,8 +1,5 @@ require 'formula' -# Require ec2-api-tools to get the base class -require "#{File.dirname __FILE__}/ec2-api-tools.rb" - class RdsCommandLineTools < AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2928' url 'http://s3.amazonaws.com/rds-downloads/RDSCli-1.3.003.zip' @@ -17,7 +14,6 @@ class RdsCommandLineTools < AmazonWebServicesFormula s += <<-EOS.undent To check that your setup works properly, run the following command: - rds-describe-db-instances --headers You should see a header line. If you have database instances already configured, |
