diff options
| author | Jack Nagel | 2014-10-12 19:34:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-12 19:34:24 -0500 |
| commit | 9fb99d82d41289bbdcf8ea73b7a0ed0bde9de6b4 (patch) | |
| tree | 56441a15433df0c33347ed23a95b98c3f4e519e3 /Library | |
| parent | 21f33eaeff908b6f4dc7846fa0920724660a9e14 (diff) | |
| download | homebrew-9fb99d82d41289bbdcf8ea73b7a0ed0bde9de6b4.tar.bz2 | |
:branch spec should be a string
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/awscli.rb | 8 | ||||
| -rw-r--r-- | Library/Formula/ccm.rb | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/awscli.rb b/Library/Formula/awscli.rb index ac38a1259..d65a8b277 100644 --- a/Library/Formula/awscli.rb +++ b/Library/Formula/awscli.rb @@ -13,18 +13,18 @@ class Awscli < Formula end head do - url "https://github.com/aws/aws-cli.git", :branch => :develop + url "https://github.com/aws/aws-cli.git", :branch => "develop" resource "botocore" do - url "https://github.com/boto/botocore.git", :branch => :develop + url "https://github.com/boto/botocore.git", :branch => "develop" end resource "bcdoc" do - url "https://github.com/boto/bcdoc.git", :branch => :develop + url "https://github.com/boto/bcdoc.git", :branch => "develop" end resource "jmespath" do - url "https://github.com/boto/jmespath.git", :branch => :develop + url "https://github.com/boto/jmespath.git", :branch => "develop" end end diff --git a/Library/Formula/ccm.rb b/Library/Formula/ccm.rb index 711117452..b8ce46690 100644 --- a/Library/Formula/ccm.rb +++ b/Library/Formula/ccm.rb @@ -12,7 +12,7 @@ class Ccm < Formula sha1 "7f7178f0b6901a756fbcddaa4450902bc5390dae" => :lion end - head "https://github.com/pcmanus/ccm.git", :branch => :master + head "https://github.com/pcmanus/ccm.git", :branch => "master" resource "pyyaml" do url "https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz" |
