Skip to content

Commit

Permalink
Update cmd/iam_org_policy_reset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Sauter <[email protected]>
  • Loading branch information
kobajagi and sauterp authored Nov 22, 2023
1 parent 6aee775 commit 9b4f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/iam_org_policy_reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c *iamOrgPolicyResetCmd) cmdPreRun(cmd *cobra.Command, args []string) erro

func (c *iamOrgPolicyResetCmd) cmdRun(cmd *cobra.Command, _ []string) error {
if !c.Force {
if !askQuestion("This action will remove any resource constrains you may had set in your Org Policy. Proceed?") {
if !askQuestion("This action will remove any resource constraints you may have set in your Org Policy. Proceed?") {
return nil
}
}
Expand Down

0 comments on commit 9b4f66b

Please sign in to comment.