Skip to content

Commit eea1364

Browse files
author
Satish Ramachandran
committed
Fix external-contracts CLI breakage
1 parent bbf2931 commit eea1364

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
@@ -859,7 +859,7 @@ func createExternalContracts(ctx *cli.Context) {
859859

860860
tenant := ctx.String("tenant")
861861

862-
contracts := ctx.StringSlice("contracts")
862+
contracts := ctx.StringSlice("contract")
863863
if len(contracts) == 0 {
864864
errExit(ctx, exitHelp, "Contracts not provided", false)
865865
}

0 commit comments

Comments
 (0)