diff options
| author | Adam Vandenberg | 2010-03-19 12:00:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-19 12:00:08 -0700 |
| commit | 8002284abfa759fb2b53cd5ba52fb66de04b679c (patch) | |
| tree | b00d5f9a89975f38b01d84037b830cf3ccbf8feb | |
| parent | a6e7a0e96dab37474d01209ed3f4b7f14c543244 (diff) | |
| download | homebrew-8002284abfa759fb2b53cd5ba52fb66de04b679c.tar.bz2 | |
Remove more non-ASCII characters.
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index f0c1567e5..ac60a87be 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -24,7 +24,7 @@ class Ec2ApiTools <Formula return <<-EOS Before you can utilize the EC2 API tools, you must export several environment variables to your $SHELL. The easiest way to do this is to add them to your -dotfiles. If you’re running the `bash` shell (the default), you’ll want to add +dotfiles. If you're running the `bash` shell (the default), you'll want to add them to `~/.bash_profile`. If this is the case, run `nano ~/.bash_profile` at a terminal to edit said file. zsh users will want to edit `~/.zprofile` instead. @@ -32,7 +32,7 @@ instead. export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home/" export EC2_HOME="#{prefix.to_s}/" -However, you’re still not ready to use the tools. You need to download your +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 available at the following URL: |
