mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user