summaryrefslogtreecommitdiffstats
path: root/pyanaconda/kickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/kickstart.py')
-rw-r--r--pyanaconda/kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index 58afe466e..bbbf77242 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -186,7 +186,7 @@ def detect_multipaths():
with open("/etc/multipath.conf", "w+") as mpath_cfg:
mpath_cfg.write(cfg)
devices = udev_get_block_devices()
- topology = MultipathsTopology(devices)
+ topology = MultipathTopology(devices)
def deviceMatches(spec):
full_spec = spec