summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-06-27 14:33:54 +0200
committerAles Kozumplik <akozumpl@redhat.com>2011-06-27 14:33:54 +0200
commit0ad1e23902f04c124bd0052d97970e1513f68464 (patch)
tree68b9971a198c11f3f6be0fe95b287b99b7ea8a0e
parent97941fb18bae8252f24f7d53280d3a23e5d4e243 (diff)
downloadanaconda-0ad1e23902f04c124bd0052d97970e1513f68464.tar.gz
anaconda-0ad1e23902f04c124bd0052d97970e1513f68464.tar.xz
anaconda-0ad1e23902f04c124bd0052d97970e1513f68464.zip
Fix typo from 573ef017.
-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