From 066acdac50fc840dd48b5a8e4ff8bfbdcefa8331 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 6 Jun 2011 07:26:05 -0700 Subject: Fix audit warnings in Amazon formulae --- Library/Formula/auto-scaling.rb | 2 +- Library/Formula/cloud-watch.rb | 2 +- Library/Formula/ec2-ami-tools.rb | 2 +- Library/Formula/ec2-api-tools.rb | 2 +- Library/Formula/elb-tools.rb | 2 +- Library/Formula/rds-command-line-tools.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/auto-scaling.rb b/Library/Formula/auto-scaling.rb index 4944fae9e..e674cbcf3 100644 --- a/Library/Formula/auto-scaling.rb +++ b/Library/Formula/auto-scaling.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class AutoScaling