aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-21 00:41:07 -0500
committerJack Nagel2014-02-21 00:41:07 -0500
commit9880ace3ed935d7bf735c149f0bf9f3ce72e08d1 (patch)
treef094a906bcd8d79c7965edd04b0f91b4dbc6f97d /Library/Formula/docker.rb
parentf84c58ce09a9fdd557597d7aa3e4be46936f6e88 (diff)
downloadhomebrew-9880ace3ed935d7bf735c149f0bf9f3ce72e08d1.tar.bz2
Formula#downloader should not be used directly
Diffstat (limited to 'Library/Formula/docker.rb')
-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 8256d0197..07d77d290 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -25,7 +25,7 @@ class Docker < Formula
depends_on "go" => :build
def install
- ENV["GIT_DIR"] = downloader.cached_location/".git"
+ ENV["GIT_DIR"] = cached_download/".git"
ENV["AUTO_GOPATH"] = "1"
system "hack/make.sh", "dynbinary"