aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-04-12 15:09:57 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2017-04-12 15:09:57 +0200
commit5bcf802213e801c4d52102612f007defa5d0397f (patch)
tree9b5dd9ad1665fad8424dfbdc5bd93b531f714b09 /_examples/common_test.go
parent63f234847bf613b621b3a714d77fc077d88717e6 (diff)
downloadgo-git-5bcf802213e801c4d52102612f007defa5d0397f.tar.gz
examples: checkout example update
Diffstat (limited to '_examples/common_test.go')
-rw-r--r--_examples/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/common_test.go b/_examples/common_test.go
index d812f2b..5543eaf 100644
--- a/_examples/common_test.go
+++ b/_examples/common_test.go
@@ -13,7 +13,7 @@ import (
var examplesTest = flag.Bool("examples", false, "run the examples tests")
-var defaultURL = "https://github.com/mcuadros/basic.git"
+var defaultURL = "https://github.com/git-fixtures/basic.git"
var args = map[string][]string{
"checkout": []string{defaultURL, tempFolder(), "35e85108805c84807bc66a02d91535e1e24b38b9"},