summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 26eb7dfa0..03e21b324 100644
--- a/packages.py
+++ b/packages.py
@@ -108,7 +108,7 @@ def turnOnFilesystems(anaconda):
upgrade_migrate = False
if anaconda.id.upgrade:
for d in anaconda.id.storage.fsset.migratableDevices:
- if d.migrate:
+ if d.format.migrate:
upgrade_migrate = True
try: