feat: typo

This commit is contained in:
fengcaiwen
2023-09-30 11:23:00 +08:00
committed by naison
parent 5c581eeec3
commit 4d10bd4124
8 changed files with 12 additions and 12 deletions

View File

@@ -574,7 +574,7 @@ func (d *Options) doConnect(ctx context.Context, f cmdutil.Factory, conf *util.S
}
return
}
log.Infof("container connect to cluster success")
log.Infof("container connect to cluster successfully")
err = d.Copts.netMode.Set(fmt.Sprintf("container:%s", id))
return
default: