diff options
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ class InstallInterface: # HelpWindow can't get to the langauge found = 0 - for path in ("./text-", "/mnt/source/RHupdates/", + for path in ("./text-", "/mnt/source/RHupdates/", "/tmp/updates/", "/usr/share/anaconda/"): if found: break |