We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c235d72 commit 63bd8b2Copy full SHA for 63bd8b2
repos/system_upgrade/common/libraries/fetch.py
@@ -20,7 +20,7 @@ def _get_hint():
20
rpmname = 'leapp-upgrade-el{}toel{}'.format(get_source_major_version(), get_target_major_version())
21
hint = (
22
'All official data files are nowadays part of the installed rpms.'
23
- ' This issue is usually visible when data files are incorrectly customized, replaced, or removed'
+ ' This issue is usually encountered when the data files are incorrectly customized, replaced, or removed'
24
' (e.g. by custom scripts).'
25
' In case you want to recover the original file, remove it (if still exists)'
26
' and reinstall the {} rpm.'
0 commit comments