Skip to content

Commit 1d75d45

Browse files
committed
feature: fixed typo
1 parent f1693c1 commit 1d75d45

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/security-group/update

1 file changed

+1
-1
lines changed

internal/cmd/beta/security-group/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func executeUpdate(cmd *cobra.Command, p *print.Printer, args []string) error {
8282

8383
operationState := "Enabled"
8484
if model.Async {
85-
operationState = "Triggered enablement of"
85+
operationState = "Triggered update of"
8686
}
8787
p.Info("%s security group \"%v\" for %q\n", operationState, model.Name, projectLabel)
8888
return nil

0 commit comments

Comments
 (0)