Skip to content

Commit 853b18a

Browse files
authored
fix(cmd/testnetify): remove required args (#2016)
Signed-off-by: Artur Troian <[email protected]> Co-authored-by: Artur Troian <[email protected]>
1 parent 26cf5ae commit 853b18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/akash/cmd/testnetify/testnetify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ those stores will be registered in order to prevent panics. Therefore, you only
7575
you want to test the upgrade handler itself.
7676
`,
7777
Example: "testnetify",
78-
Args: cobra.ExactArgs(1),
78+
Args: cobra.NoArgs,
7979
RunE: func(cmd *cobra.Command, _ []string) error {
8080
sctx := sdksrv.GetServerContextFromCmd(cmd)
8181
cctx, err := client.GetClientQueryContext(cmd)

0 commit comments

Comments
 (0)