Skip to content

Commit 8b6fbe4

Browse files
cbalanlizardruss
andcommitted
Update cmd/vclusterctl/cmd/platform/login.go
Co-authored-by: Russell Centanni <[email protected]>
1 parent 8bf7731 commit 8b6fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/vclusterctl/cmd/platform/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (cmd *LoginCmd) Run(ctx context.Context, args []string) error {
133133
if err != nil {
134134
return err
135135
}
136-
cmd.Log.Infof("Login credentials are stored in %q", cmd.Config)
136+
cmd.Log.Donef(product.Replace("Successfully logged into Loft instance %s, credentials are stored in %q"), ansi.Color(url, "white+b"), cmd.Config)
137137
cmd.Log.Donef(product.Replace("Successfully logged into Loft instance %s"), ansi.Color(url, "white+b"))
138138

139139
// skip log into docker registries?

0 commit comments

Comments
 (0)