Skip to content

Commit

Permalink
Update internal/cmd/service-account/key/create/create.go
Browse files Browse the repository at this point in the history
Co-authored-by: João Palet <joao.palet@outlook.com>
  • Loading branch information
vicentepinto98 and joaopalet authored Feb 7, 2024
1 parent fcf89bc commit 58725e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/service-account/key/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewCmd() *cobra.Command {
return fmt.Errorf("create service account key: %w", err)
}

cmd.PrintErr(fmt.Sprintf("Created key for service account %s\n", model.ServiceAccountEmail))
cmd.PrintErrf("Created key for service account %s\n", model.ServiceAccountEmail)

key, err := json.MarshalIndent(resp, "", " ")
if err != nil {
Expand Down

0 comments on commit 58725e0

Please sign in to comment.