summaryrefslogtreecommitdiff
path: root/cmd/ponzu/upgrade.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/upgrade.go
parent9bc41b703131aa42ca64265ab6fdeadc37841e66 (diff)
fix: change s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'cmd/ponzu/upgrade.go')
-rw-r--r--cmd/ponzu/upgrade.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/upgrade.go b/cmd/ponzu/upgrade.go
index b956530..80457f9 100644
--- a/cmd/ponzu/upgrade.go
+++ b/cmd/ponzu/upgrade.go
@@ -15,7 +15,7 @@ var upgradeCmd = &cobra.Command{
Short: "upgrades your project to the current ponzu version",
Long: `Will backup your own custom project code (like content, addons, uploads, etc)
if necessary. Before running '$ ponzu upgrade', you should update the 'ponzu'
-package by running '$ go get -u github.com/ponzu-cms/ponzu/...'`,
+package by running '$ go get -u github.com/haturatu/ponzu/...'`,
Example: `$ ponzu upgrade`,
RunE: func(cmd *cobra.Command, args []string) error {
// confirm since upgrade will replace Ponzu core files