Created
November 14, 2014 00:43
-
-
Save stevenschlansker/d6d1d166fa60cf6f97ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/graph/pull.go b/graph/pull.go | |
index 716a27c..29eb232 100644 | |
--- a/graph/pull.go | |
+++ b/graph/pull.go | |
@@ -158,7 +158,7 @@ func (s *TagStore) CmdPull(job *engine.Job) engine.Status { | |
} | |
} | |
- if err = s.pullRepository(r, job.Stdout, localName, remoteName, tag, sf, job.GetenvBool("parallel"), mirrors); err != nil { | |
+ if err = s.pullRepository(r, job.Stdout, localName, remoteName, tag, sf, job.GetenvBool("parallel"), s.mirrors); err != nil { | |
return job.Error(err) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment