Skip to content

Commit

Permalink
fix(namespace): fix namespace name logging
Browse files Browse the repository at this point in the history
  • Loading branch information
avano committed Oct 27, 2022
1 parent e6a7f44 commit db49fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/connector/namespace/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func runCreate(opts *options) error {
return err
}

f.Logger.Info(f.Localizer.MustLocalize("connector.namespace.create.info.success"), localize.NewEntry("Name", opts.name))
f.Logger.Info(f.Localizer.MustLocalize("connector.namespace.create.info.success", localize.NewEntry("Name", namespace.Name)))

return nil

Expand Down

0 comments on commit db49fe8

Please sign in to comment.