Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmukh committed Jun 28, 2024
1 parent 5976b46 commit a4e001c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/commands/vaultsecrets/secrets/create-rotating.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func createRotatingRun(opts *CreateRotatingOpts) error {
MongodbGroupID: rsc.Details["group_id"].(string),
MongodbRoles: reqRoles,
}
fmt.Fprintf(opts.IO.Err(), "creating secret with body %+v\n", req.Body)
_, err := opts.PreviewClient.CreateMongoDBAtlasRotatingSecret(req, nil)
if err != nil {
return fmt.Errorf("failed to create secret with name %q: %w", rsc.SecretName, err)
Expand Down

0 comments on commit a4e001c

Please sign in to comment.