Skip to content

Commit

Permalink
:branch spec should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Oct 13, 2014
1 parent bc4d66a commit 08bc3b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Formula/awscli.rb
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Formula/ccm.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 08bc3b5

Please sign in to comment.