From f7cfc9c5306591a59e94701edaf366b19744abcb Mon Sep 17 00:00:00 2001 From: Ilya Tkachuk Date: Sun, 14 Dec 2014 15:52:43 +0200 Subject: [PATCH] aws-sns-cli: fix caveats. Closes Homebrew/homebrew#34438. Closes Homebrew/homebrew#34972. Signed-off-by: Mike McQuaid --- Formula/aws-sns-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/aws-sns-cli.rb b/Formula/aws-sns-cli.rb index c0f29136c9..24412996f3 100644 --- a/Formula/aws-sns-cli.rb +++ b/Formula/aws-sns-cli.rb @@ -20,6 +20,6 @@ class AwsSnsCli < AmazonWebServicesFormula end def caveats - standard_instructions "AWS_SNS_HOME" + standard_instructions "AWS_SNS_HOME", prefix/'jars' end end