diff options
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index ac60a87be..24ae72d91 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -30,7 +30,7 @@ a terminal to edit said file. zsh users will want to edit `~/.zprofile` instead. export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home/" - export EC2_HOME="#{prefix.to_s}/" + export EC2_HOME="#{prefix}/" However, you're still not ready to use the tools. You need to download your X.509 certificate and private key from Amazon Web Services. These files are |
