diff options
| author | Jack Nagel | 2014-12-03 17:44:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-03 17:44:40 -0500 |
| commit | 8fcdc0a3258ec574b7407506b7635f9f5174a297 (patch) | |
| tree | d27859c1b4e85e839240ed216ff6c20c216a3e12 /Library/Formula/boot2docker.rb | |
| parent | 890b799e1f3c3caafbf7f508a67b8292547097e4 (diff) | |
| download | homebrew-8fcdc0a3258ec574b7407506b7635f9f5174a297.tar.bz2 | |
Drop redundant :branch => "master"
Diffstat (limited to 'Library/Formula/boot2docker.rb')
| -rw-r--r-- | Library/Formula/boot2docker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index 3c3b68002..298d46533 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -5,7 +5,7 @@ class Boot2docker < Formula # Boot2docker and docker are generally updated at the same time. # Please update the version of docker too url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.2" - head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master" + head "https://github.com/boot2docker/boot2docker-cli.git" bottle do sha1 "a549d80b04ba8702e96216e35edfc135850be122" => :yosemite |
