diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aws-sns-cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aws-sns-cli.rb b/Library/Formula/aws-sns-cli.rb index 69b167e46..36cbf1a9d 100644 --- a/Library/Formula/aws-sns-cli.rb +++ b/Library/Formula/aws-sns-cli.rb @@ -9,7 +9,7 @@ class AwsSnsCli < AmazonWebServicesFormula rm Dir["bin/*.cmd"] # Remove Windows versions # There is a "service" binary, which of course will conflict with any number - # other brews that have a generically named tool. So don"t just blindly + # other brews that have a generically named tool. So don't just blindly # install bin to the prefix. jars = prefix/"jars" jars.install "bin", "lib" |
