From 8cfb9ce736f8bfa085e4951d0d98e6dcab0573fd Mon Sep 17 00:00:00 2001 From: debianpepper Date: Fri, 26 Jan 2024 15:00:13 +0900 Subject: [PATCH] Update: Corrected conf connector Signed-off-by: debianpepper --- python_modules/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/conf.py b/python_modules/conf.py index 7ab8173a..a03fe4a4 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -36,7 +36,7 @@ setup_gfb_cmds = ('inflate_bubble.set_gfb', 'infra.gnome_flahsbak_configs' ) setup_opb_cmds = ('inflate_bubble.set_opb', - 'open_box_configs' + 'infra.open_box_configs' )