aws-sns-cli: fix caveats.

Closes Homebrew/homebrew#34438.
Closes Homebrew/homebrew#34972.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Ilya Tkachuk 2014-12-14 15:52:43 +02:00 committed by Mike McQuaid
parent 02889453fd
commit f7cfc9c530

View file

@ -20,6 +20,6 @@ class AwsSnsCli < AmazonWebServicesFormula
end
def caveats
standard_instructions "AWS_SNS_HOME"
standard_instructions "AWS_SNS_HOME", prefix/'jars'
end
end