Skip to content

Commit 43f59c4

Browse files
committed
fixup: added placeholder for client invocation
1 parent 8ef3fc0 commit 43f59c4

File tree

1 file changed

+3
-0
lines changed
  • internal/cmd/auth/security_group/create

1 file changed

+3
-0
lines changed

internal/cmd/auth/security_group/create/create.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ func executeCreate(cmd *cobra.Command, p *print.Printer, _ []string) error {
8787
operationState = "Triggered enablement of"
8888
}
8989
p.Info("%s security group %q for %q\n", operationState, model.Name, projectLabel)
90+
91+
panic("todo: invocation not implemented!")
92+
9093
return nil
9194
}
9295

0 commit comments

Comments
 (0)