AWS IAM tools: Fix comment

Fix a comment that explains how to set some environment variables that the
tool needs in order to start up. The path was incorrect and would cause
the tool to error out with a ClassNotFoundException.

Closes Homebrew/homebrew#24692.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Micah Wedemeyer 2013-11-26 16:48:04 -05:00 committed by Adam Vandenberg
parent 7a3d66858b
commit d70473b65a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AwsIamTools < AmazonWebServicesFormula
* On Zsh, add them to `~/.zprofile` instead.
export JAVA_HOME="$(/usr/libexec/java_home)"
export AWS_IAM_HOME="#{opt_prefix}/jars"
export AWS_IAM_HOME="#{opt_prefix}/libexec"
export AWS_CREDENTIAL_FILE=$HOME/.aws-credentials-master
EOS
end