Skip to content

Commit

Permalink
chore: text
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed Jul 26, 2024
1 parent 8d8d7f5 commit efb90c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/updater/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

const __VERSION__ string = "4.6.2"
const __VERSION__ string = "4.6.3"

var Cfg = npm.CmdFlags{
NoDev: false,
Expand Down Expand Up @@ -135,7 +135,7 @@ func init() {
&Cfg.UpdatePatches,
AllowedFlags["updatePatches"].Long,
false,
"Update patch versions automatically without confirmation",
"Auto update patch versions without confirmation",
)

rootCmd.AddCommand(whereCmd)
Expand Down
2 changes: 1 addition & 1 deletion pkg/updater/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func Init(cfg npm.CmdFlags, binVersion string) {
fmt.Println(
aurora.Sprintf(
"%s \"%s\" from %s to %s",
aurora.Green("Automatically updated"),
aurora.Green("Auto updated"),
key,
value.Current,
colorizedVersion,
Expand Down

0 comments on commit efb90c0

Please sign in to comment.