diff options
| author | Mike McQuaid | 2014-03-03 12:14:49 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-03 12:16:28 +0000 |
| commit | 4ee0389724aedb737cff105a2af690bdd251006c (patch) | |
| tree | 2a8af52114998e7ce4145c69856c105ac4545b9d /Library/Formula | |
| parent | c16677774ed159ebdeba52de570aacab1263ecd8 (diff) | |
| download | homebrew-4ee0389724aedb737cff105a2af690bdd251006c.tar.bz2 | |
docker: install using #{version} instead 0.8.1.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/docker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index 7bd2a9586..9f1501a76 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -19,7 +19,7 @@ class Docker < Formula ENV["AUTO_GOPATH"] = "1" system "hack/make.sh", "dynbinary" - bin.install "bundles/0.8.1/dynbinary/docker-0.8.1" => "docker" + bin.install "bundles/#{version}/dynbinary/docker-#{version}" => "docker" if build.with? "completions" bash_completion.install "contrib/completion/bash/docker" |
