Align login success message with old cli (& with “canceled” message)
This commit is contained in:
parent
3c2eb067bc
commit
f8ea0934f0
|
|
@ -57,6 +57,6 @@ func cloudLogin(cmd *cobra.Command, backendType string) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
fmt.Println("login successful")
|
fmt.Println("login succeeded")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue