summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_bootloader_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/upgrade_bootloader_text.py')
-rw-r--r--textw/upgrade_bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index 3f2d1273e..db736f35c 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -83,7 +83,7 @@ class UpgradeBootloaderWindow:
def __call__(self, screen, anaconda):
self.screen = screen
self.dispatch = anaconda.dispatch
- self.bl = anaconda.id.bootloader
+ self.bl = anaconda.bootloader
newToLibata = self._ideToLibata(anaconda.rootPath)
(self.type, self.bootDev) = \