Skip to content

Commit 3f3173d

Browse files
author
Joji Mekkatt
committed
Fix app profile cli and delete
1 parent 11d34ce commit 3f3173d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netctl/netctl.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ func createEndpointGroup(ctx *cli.Context) {
410410
}
411411

412412
func deleteEndpointGroup(ctx *cli.Context) {
413-
argCheck(2, ctx)
413+
argCheck(1, ctx)
414414

415415
tenant := ctx.String("tenant")
416416
group := ctx.Args()[0]
@@ -705,7 +705,7 @@ func listAppProfiles(ctx *cli.Context) {
705705
}
706706

707707
func listAppProfEpgs(ctx *cli.Context) {
708-
argCheck(2, ctx)
708+
argCheck(1, ctx)
709709

710710
tenant := ctx.String("tenant")
711711
prof := ctx.Args()[0]

0 commit comments

Comments
 (0)