mirror of https://github.com/docker/compose.git
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 {
|
||||
return err
|
||||
}
|
||||
fmt.Println("login successful")
|
||||
fmt.Println("login succeeded")
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue