We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1693c1 commit 1d75d45Copy full SHA for 1d75d45
internal/cmd/beta/security-group/update/update.go
@@ -82,7 +82,7 @@ func executeUpdate(cmd *cobra.Command, p *print.Printer, args []string) error {
82
83
operationState := "Enabled"
84
if model.Async {
85
- operationState = "Triggered enablement of"
+ operationState = "Triggered update of"
86
}
87
p.Info("%s security group \"%v\" for %q\n", operationState, model.Name, projectLabel)
88
return nil
0 commit comments