Fix ec2-api-tools EC2_HOME directory

Closes Homebrew/homebrew#27381.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ryan Ong 2014-03-10 10:44:41 -04:00 committed by Adam Vandenberg
parent 4f3758b1a5
commit e83f64728b
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class Ec2ApiTools < AmazonWebServicesFormula
end
def caveats
standard_instructions "EC2_HOME", prefix
standard_instructions "EC2_HOME"
end
end