From 5a6576275b162acfef9e5b1f1944636c41a50c3f Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Tue, 17 Dec 2013 14:23:43 -0800 Subject: [PATCH] Download goxc instead of update --- gh_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh_task.go b/gh_task.go index 6743b435..2826c286 100644 --- a/gh_task.go +++ b/gh_task.go @@ -60,7 +60,7 @@ func TaskCrossCompileAll(t *tasking.T) { // Cross-compiles gh for current platform. Build artifacts will be in target/VERSION func TaskCrossCompile(t *tasking.T) { t.Log("Updating goxc...") - err := t.Exec("go get -u github.com/laher/goxc") + err := t.Exec("go get github.com/laher/goxc") if err != nil { t.Errorf("Can't update goxc: %s\n", err) return