Skip to content

Commit

Permalink
fix: upgrade text
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-snow committed Oct 16, 2024
1 parent c60c7fc commit 9255972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/govm.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func checkGovmUpdate(ctx context.Context) {
return
}

Printf("govm 发现新版本:%s,执行以下命令即可升级:%s\n\n", release.GetTagName(), getCmdLine("upgrade govm"))
Printf("govm 发现新版本:%s,升级命令:%s\n\n", release.GetTagName(), getCmdLine("upgrade govm"))
}

func upgradeGOVM(ctx context.Context) {
Expand Down

0 comments on commit 9255972

Please sign in to comment.