Skip to content

Commit

Permalink
fix: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Oct 28, 2021
1 parent 536bcd9 commit f49f299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/commands/rhoas_cluster_connect.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/cmd/serviceaccount/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ func runCreate(opts *options) error {
}

opts.Logger.Info(icon.SuccessPrefix(), opts.localizer.MustLocalize("serviceAccount.common.log.info.credentialsSaved",
localize.NewEntry("FilePath", color.CodeSnippet(opts.filename))),
localize.NewEntry("FilePath", color.CodeSnippet(opts.filename)),
localize.NewEntry("ClientID", color.Success(creds.ClientID)),
)
))

return nil
}
Expand Down

0 comments on commit f49f299

Please sign in to comment.