Skip to content

Commit b24cd70

Browse files
committed
fix formatting in loginopts cmd suggestion
1 parent a662679 commit b24cd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/cli/cmd/login/loginoptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (o *LoginOptions) gatherProjectInfo() error {
265265
projectsList, err := oClient.Projects().List(kapi.ListOptions{})
266266
// if we're running on kube (or likely kube), just set it to "default"
267267
if kerrors.IsNotFound(err) || kerrors.IsForbidden(err) {
268-
fmt.Fprintf(o.Out, "Using \"default\". You can switch projects with '%s project <projectname>':\n\n", o.CommandName)
268+
fmt.Fprintf(o.Out, "Using \"default\". You can switch projects with:\n\n '%s project <projectname>'", o.CommandName)
269269
o.Project = "default"
270270
return nil
271271
}

0 commit comments

Comments
 (0)