Skip to content

Commit 59387c8

Browse files
author
mhecko
committed
fixup! lib(rhui): mk_rhui_setup do not ignore the supplied leapp_pkg
1 parent 81b594e commit 59387c8

File tree

1 file changed

+3
-2
lines changed
  • repos/system_upgrade/common/libraries

1 file changed

+3
-2
lines changed

repos/system_upgrade/common/libraries/rhui.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ def mk_rhui_setup(clients=None, leapp_pkg='', mandatory_files=None, optional_fil
7575
default_opt_files = [('content.crt', RHUI_PKI_PRODUCT_DIR), ('key.pem', RHUI_PKI_DIR)]
7676
optional_files = default_opt_files if optional_files is None else optional_files
7777

78-
return RHUISetup(clients=clients, leapp_pkg=leapp_pkg, mandatory_files=mandatory_files, content_channel=content_channel,
79-
optional_files=optional_files, extra_info=extra_info, os_version=os_version, arch=arch)
78+
return RHUISetup(clients=clients, leapp_pkg=leapp_pkg, mandatory_files=mandatory_files,
79+
content_channel=content_channel, optional_files=optional_files, extra_info=extra_info,
80+
os_version=os_version, arch=arch)
8081

8182

8283
# This will be the new "cloud map". Essentially a directed graph with edges defined implicitly by OS versions +

0 commit comments

Comments
 (0)