Skip to content

Commit

Permalink
Update create command output
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Pinto <[email protected]>
  • Loading branch information
GokceGK and vicentepinto98 authored Mar 7, 2024
1 parent b7b1516 commit dc65bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/object-storage/credentials/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func NewCmd() *cobra.Command {
return fmt.Errorf("create Object Storage credentials: %w", err)
}

cmd.Printf("Created credentials in group %q. Credential ID: %s\n\n", credentialsGroupLabel, *resp.KeyId)
cmd.Printf("Created credentials in group %q. Credentials ID: %s\n\n", credentialsGroupLabel, *resp.KeyId)
cmd.Printf("Access Key ID: %s\n", *resp.AccessKey)
cmd.Printf("Secret Access Key: %s\n", *resp.SecretAccessKey)

Expand Down

0 comments on commit dc65bd1

Please sign in to comment.