File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
repos/system_upgrade/common/actors/checkconsumedassets/libraries Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
def _get_hint ():
13
13
hint = (
14
- 'All official assets (data files) are nowadays part of the installed rpms.'
14
+ 'All official assets (data files) are part of the installed rpms these days .'
15
15
' This issue is usually encountered when the data files are incorrectly'
16
16
' customized, replaced, or removed. '
17
- ' In case you want to recover original files, remove them (if still exist)'
18
- ' and reinstall following rpms: {rpms}.\n '
17
+ ' In case you want to recover the original files, remove them (if they still exist)'
18
+ ' and reinstall the following rpms: {rpms}.\n '
19
19
'The listed assets (data files) are usually inside the /etc/leapp/files/'
20
20
' directory.'
21
21
.format (
You can’t perform that action at this time.
0 commit comments