diff options
| author | Joshua Delsman | 2015-04-16 21:33:05 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-17 20:24:20 +0800 |
| commit | a2c8949bb00680b52241b8208ff51eacd127be34 (patch) | |
| tree | 171be0b8c6d8217fc34e17041e01cf24c055df8d /Library/Formula/docker-machine.rb | |
| parent | 7b5353e7f731ae0e4a52d7dd389229d4941fcb11 (diff) | |
| download | homebrew-a2c8949bb00680b52241b8208ff51eacd127be34.tar.bz2 | |
docker-machine: add head
Closes #38732.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula/docker-machine.rb')
| -rw-r--r-- | Library/Formula/docker-machine.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/docker-machine.rb b/Library/Formula/docker-machine.rb index ad80ca35c..ba3b44669 100644 --- a/Library/Formula/docker-machine.rb +++ b/Library/Formula/docker-machine.rb @@ -4,6 +4,7 @@ class DockerMachine < Formula homepage "https://docs.docker.com/machine" url "https://github.com/docker/machine/archive/v0.1.0.tar.gz" sha256 "832f1e60b4171f9590368fa5c51c1ed1adec32367d13250a0554552d0954ff36" + head "https://github.com/docker/machine.git" bottle do cellar :any |
