Skip to content

Commit

Permalink
fixes typo in soft delete warning message (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjirsa committed Sep 7, 2023
1 parent faa1a73 commit 6d83786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/azd/pkg/infra/provisioning/bicep/bicep_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ func (p *BicepProvider) purgeItems(
})
p.console.Message(ctx, fmt.Sprintf(
"These resources have soft delete enabled allowing them to be recovered for a period or time "+
"after deletion. During this period, their names may not be reused. In the future, you cant use "+
"after deletion. During this period, their names may not be reused. In the future, you can use "+
"the argument %s to skip this confirmation.\n", output.WithHighLightFormat("--purge")))

purgeItems, err := p.console.Confirm(ctx, input.ConsoleOptions{
Expand Down

0 comments on commit 6d83786

Please sign in to comment.