Align login success message with old cli (& with “canceled” message)

This commit is contained in:
Guillaume Tardif 2020-06-12 13:49:27 +02:00
parent 3c2eb067bc
commit f8ea0934f0
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ func cloudLogin(cmd *cobra.Command, backendType string) error {
if err != nil {
return err
}
fmt.Println("login successful")
fmt.Println("login succeeded")
return nil
}