summaryrefslogtreecommitdiff
path: root/cmd/ponzu/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ponzu/options.go')
-rw-r--r--cmd/ponzu/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go
index e893753..2c162ed 100644
--- a/cmd/ponzu/options.go
+++ b/cmd/ponzu/options.go
@@ -196,7 +196,7 @@ func createProjInDir(path string) error {
gopath = gopath[:len(gopath)-1]
gopath = filepath.Join(gopath, "src")
- repo := []string{"github.com", "nilslice", "cms"}
+ repo := []string{"github.com", "bosssauce", "ponzu"}
local := filepath.Join(gopath, filepath.Join(repo...))
network := "https://" + strings.Join(repo, "/") + ".git"