diff options
Diffstat (limited to 'cmd/ponzu/new.go')
-rw-r--r-- | cmd/ponzu/new.go | 2 |
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`, |