Skip to content

Commit

Permalink
Update repos/system_upgrade/common/libraries/rpms.py
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
abadger authored Jan 8, 2024
1 parent 985b983 commit f46ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/system_upgrade/common/libraries/rpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_leapp_packages(major_version=None, component=None, include_deps=False):
:param major_version: a list or string specifying major_versions. If not defined then current
system_version will be used.
:param component: a list of or a single enum value specifying leapp components
:param component: a list or a single enum value specifying leapp components
(use enum :class: LeappComponents) If defined then only packages related to the specific
component(s) will be returned.
:param include_deps: a flag to control whether deps meta packages are to be included.
Expand Down

0 comments on commit f46ab0b

Please sign in to comment.