summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index d5efee07f..eb69e2bfc 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1434,7 +1434,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
# If there are any protected partitions we want to mount, create their
# mount points now.
- protected = anaconda.id.storage.protectedPartitions()
+ protected = anaconda.id.storage.protectedPartitions
if protected:
for protectedDev in protected:
request = anaconda.id.storage.devicetree.getDeviceByName(protectedDev)