Skip to content

Commit c8fdc45

Browse files
authored
Merge pull request #408 from saramach/policysets
Fix external-contracts CLI breakage
2 parents 1e1892c + eea1364 commit c8fdc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netctl/netctl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ func createExternalContracts(ctx *cli.Context) {
915915

916916
tenant := ctx.String("tenant")
917917

918-
contracts := ctx.StringSlice("contracts")
918+
contracts := ctx.StringSlice("contract")
919919
if len(contracts) == 0 {
920920
errExit(ctx, exitHelp, "Contracts not provided", false)
921921
}

0 commit comments

Comments
 (0)