Skip to content

Commit

Permalink
fix config namespace to prevent duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Feb 14, 2025
1 parent c6ef4a4 commit 5426cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacewalk/admin/uyuni-update-config
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def move_configuration(key, value, oldkey=None):

def init_scc_login():
# pylint: disable-next=invalid-name
with cfg_component("server") as CFG:
with cfg_component("server.susemanager") as CFG:
try:
if CFG.scc_backup_srv_usr:
# nothing to do
Expand Down

0 comments on commit 5426cf3

Please sign in to comment.