Skip to content

Commit

Permalink
fix: change cli is update message
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jun 20, 2022
1 parent 6601b66 commit 0d12dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func updateCLI(c cli.Updater) error {
}

if ok {
fmt.Println("\nYour CLI is update.")
fmt.Println("\n🎊 Your CLI is update 🎊")
return nil
}

Expand Down

0 comments on commit 0d12dc6

Please sign in to comment.