aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/euca2ools.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-03 17:44:40 -0500
committerJack Nagel2014-12-03 17:44:40 -0500
commit8fcdc0a3258ec574b7407506b7635f9f5174a297 (patch)
treed27859c1b4e85e839240ed216ff6c20c216a3e12 /Library/Formula/euca2ools.rb
parent890b799e1f3c3caafbf7f508a67b8292547097e4 (diff)
downloadhomebrew-8fcdc0a3258ec574b7407506b7635f9f5174a297.tar.bz2
Drop redundant :branch => "master"
Diffstat (limited to 'Library/Formula/euca2ools.rb')
-rw-r--r--Library/Formula/euca2ools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/euca2ools.rb b/Library/Formula/euca2ools.rb
index d4d6e2be8..0eab76e3b 100644
--- a/Library/Formula/euca2ools.rb
+++ b/Library/Formula/euca2ools.rb
@@ -4,7 +4,7 @@ class Euca2ools < Formula
homepage "https://github.com/eucalyptus/euca2ools"
url "https://github.com/eucalyptus/euca2ools/archive/v3.1.0.tar.gz"
sha1 "5290172546707f3729da314535a7a9a429edda24"
- head "https://github.com/eucalyptus/euca2ools.git", :branch => "master"
+ head "https://github.com/eucalyptus/euca2ools.git"
depends_on :python if MacOS.version <= :snow_leopard