aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ccm.rb
diff options
context:
space:
mode:
authorJack Nagel2014-10-12 19:34:24 -0500
committerJack Nagel2014-10-12 19:34:24 -0500
commit9fb99d82d41289bbdcf8ea73b7a0ed0bde9de6b4 (patch)
tree56441a15433df0c33347ed23a95b98c3f4e519e3 /Library/Formula/ccm.rb
parent21f33eaeff908b6f4dc7846fa0920724660a9e14 (diff)
downloadhomebrew-9fb99d82d41289bbdcf8ea73b7a0ed0bde9de6b4.tar.bz2
:branch spec should be a string
Diffstat (limited to 'Library/Formula/ccm.rb')
-rw-r--r--Library/Formula/ccm.rb2
1 files changed, 1 insertions, 1 deletions
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"