Skip to content

Commit e9cfc06

Browse files
committed
Remove hydra warning
1 parent d96f5c0 commit e9cfc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main() -> None:
2121
)
2222
# type check config values
2323
cs = ConfigStore.instance()
24-
cs.store(name="user", node=Commit0Config)
24+
cs.store(name="user", group="Commit0Config", node=Commit0Config)
2525
# have hydra to ignore all command-line arguments
2626
sys_argv = copy.deepcopy(sys.argv)
2727
sys.argv = [sys.argv[0]]

0 commit comments

Comments
 (0)