Skip to content

Commit 78c4941

Browse files
authored
fix gh command setup
1 parent 47ec6a0 commit 78c4941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/cmds/gh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def gh_group() -> None:
9494

9595

9696
@chia_command(
97-
gh_group,
97+
group=gh_group,
9898
name="test",
9999
short_help="launch a test run in CI from HEAD or existing remote ref",
100100
help="""Allows easy triggering and viewing of test workflow runs in CI including

0 commit comments

Comments
 (0)