Skip to content

Commit a1a8bf3

Browse files
committed
fix: Removed previous log done statement
1 parent 8b6fbe4 commit a1a8bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/vclusterctl/cmd/platform/login.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func (cmd *LoginCmd) Run(ctx context.Context, args []string) error {
134134
return err
135135
}
136136
cmd.Log.Donef(product.Replace("Successfully logged into Loft instance %s, credentials are stored in %q"), ansi.Color(url, "white+b"), cmd.Config)
137-
cmd.Log.Donef(product.Replace("Successfully logged into Loft instance %s"), ansi.Color(url, "white+b"))
138137

139138
// skip log into docker registries?
140139
if !cmd.DockerLogin {

0 commit comments

Comments
 (0)