aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
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"