summaryrefslogtreecommitdiff
path: root/cmd/ponzu/new.go
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:07:45 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:07:45 +0900
commita9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (patch)
tree0dd1501980d07c96c10624109346e650de862df1 /cmd/ponzu/new.go
parent9bc41b703131aa42ca64265ab6fdeadc37841e66 (diff)
fix: change s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'cmd/ponzu/new.go')
-rw-r--r--cmd/ponzu/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/new.go b/cmd/ponzu/new.go
index 65d39ee..fafa02b 100644
--- a/cmd/ponzu/new.go
+++ b/cmd/ponzu/new.go
@@ -17,7 +17,7 @@ var newCmd = &cobra.Command{
immediately following the 'new' option in the $GOPATH/src directory. Note:
'new' depends on the program 'git' and possibly a network connection. If
there is no local repository to clone from at the local machine's $GOPATH,
-'new' will attempt to clone the 'github.com/ponzu-cms/ponzu' package from
+'new' will attempt to clone the 'github.com/haturatu/ponzu' package from
over the network.`,
Example: `$ ponzu new github.com/nilslice/proj
> New ponzu project created at $GOPATH/src/github.com/nilslice/proj`,