Skip to content

Commit

Permalink
Update repos/system_upgrade/common/actors/repositoriesmapping/librari…
Browse files Browse the repository at this point in the history
…es/repositoriesmapping.py

Co-authored-by: Toshio Kuratomi <[email protected]>
  • Loading branch information
pirat89 and abadger authored Jan 18, 2024
1 parent 9c5ef45 commit 83fd08b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def _inhibit_upgrade(msg):
'All official data files are nowadays part of the installed rpms.'
' This issue is usually encountered when the data files are incorrectly customized, replaced, or removed'
' (e.g. by custom scripts).'
' In case you want to recover the original {lp} file, remove the current one (if still exists)'
' and reinstall following packages: {rpms}.'
' In case you want to recover the original {lp} file, remove the current one (if it still exists)'
' and reinstall the following packages: {rpms}.'
.format(
lp=local_path,
rpms=', '.join(get_leapp_packages(component=LeappComponents.REPOSITORY))
Expand Down

0 comments on commit 83fd08b

Please sign in to comment.