diff options
Diffstat (limited to 'cmd/ponzu/options.go')
-rw-r--r-- | cmd/ponzu/options.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 5cc05e4..eba1b94 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -9,7 +9,7 @@ import ( "strings" ) -var ponzuRepo = []string{"github.com", "ponzu-cms", "ponzu"} +var ponzuRepo = []string{"github.com", "haturatu", "ponzu"} func getAnswer() (string, error) { var answer string @@ -28,7 +28,7 @@ func getAnswer() (string, error) { } func vendorCorePackages(path string) error { - vendorPath := filepath.Join(path, "cmd", "ponzu", "vendor", "github.com", "ponzu-cms", "ponzu") + vendorPath := filepath.Join(path, "cmd", "ponzu", "vendor", "github.com", "haturatu", "ponzu") err := os.MkdirAll(vendorPath, os.ModeDir|os.ModePerm) if err != nil { return err |