diff options
| l--------- | Library/Aliases/awsebcli | 1 | ||||
| -rw-r--r-- | Library/Formula/aws-elasticbeanstalk.rb | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/Library/Aliases/awsebcli b/Library/Aliases/awsebcli new file mode 120000 index 000000000..ac955f9c9 --- /dev/null +++ b/Library/Aliases/awsebcli @@ -0,0 +1 @@ +../Formula/aws-elasticbeanstalk.rb
\ No newline at end of file diff --git a/Library/Formula/aws-elasticbeanstalk.rb b/Library/Formula/aws-elasticbeanstalk.rb index bb683e728..4563dccff 100644 --- a/Library/Formula/aws-elasticbeanstalk.rb +++ b/Library/Formula/aws-elasticbeanstalk.rb @@ -52,14 +52,6 @@ class AwsElasticbeanstalk < Formula bin.env_script_all_files(libexec+"bin", :PYTHONPATH => ENV["PYTHONPATH"]) end - def caveats; <<-EOS.undent - Before you can use these tools you must export some variables to your $SHELL. - export AWS_ACCESS_KEY="<Your AWS Access ID>" - export AWS_SECRET_KEY="<Your AWS Secret Key>" - export AWS_CREDENTIAL_FILE="<Path to the credentials file>" - EOS - end - test do system "#{bin}/eb", "--version" end |
