diff options
author | Joel Granados Moreno <jgranado@redhat.com> | 2009-03-12 18:06:50 +0100 |
---|---|---|
committer | Joel Granados Moreno <jgranado@redhat.com> | 2009-03-12 18:06:50 +0100 |
commit | 5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96 (patch) | |
tree | 4724bccd934ee7ab1771d6b9f20185db21668496 /storage | |
parent | 6f5aaf8afa57ed73a6e20fbd7695129987fa4563 (diff) | |
download | anaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.tar.gz anaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.tar.xz anaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.zip |
Fix typo.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/partitioning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/partitioning.py b/storage/partitioning.py index 66c0c29b3..e900d18a4 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -201,7 +201,7 @@ def doAutoPartition(anaconda): sys.exit(0) if anaconda.id.storage.doAutoPart: - _scheduleLVs(anaconda, dev) + _scheduleLVs(anaconda, devs) # sanity check the collection of devices log.warning("not sanity checking storage config because I don't know how yet") |