Skip to content

Commit

Permalink
Use the official service name
Browse files Browse the repository at this point in the history
  • Loading branch information
kymmt90 committed Apr 23, 2023
1 parent bbdfc99 commit ec2e8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func init() {

var loginCmd = &cobra.Command{
Use: "login",
Short: "Log in to Colorme Shop",
Short: "Log in to Color Me Shop",
RunE: func(cmd *cobra.Command, args []string) error {
return login.Login()
},
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (

rootCmd = &cobra.Command{
Use: "colorme",
Short: "Colormeshop CLI",
Short: "Color Me Shop CLI",
}
)

Expand Down

0 comments on commit ec2e8b5

Please sign in to comment.