aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-03 12:14:49 +0000
committerMike McQuaid2014-03-03 12:16:28 +0000
commit4ee0389724aedb737cff105a2af690bdd251006c (patch)
tree2a8af52114998e7ce4145c69856c105ac4545b9d /Library
parentc16677774ed159ebdeba52de570aacab1263ecd8 (diff)
downloadhomebrew-4ee0389724aedb737cff105a2af690bdd251006c.tar.bz2
docker: install using #{version} instead 0.8.1.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/docker.rb2
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"