Skip to content

Commit

Permalink
feat(cloud-provisioning): Adds back missing parameter in result.Flush…
Browse files Browse the repository at this point in the history
… invocation
  • Loading branch information
rvelaVenafi committed May 25, 2024
1 parent 630848c commit 9a6c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vcert/cmdCloudKeystores.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func doCommandProvisionCloudKeystore(c *cli.Context) error {
return fmt.Errorf("unknown keystore metadata type: %s", metadata.CloudKeystoreType)
}

err = result.Flush(flags.provisionFormat)
err = result.Flush(flags.provisionFormat, flags.provisionOutputFile)
if err != nil {
return fmt.Errorf("failed to output the results: %s", err)
}
Expand Down

0 comments on commit 9a6c6b0

Please sign in to comment.