fix typo in 7c540b2cd19db3e098e768f88ac8a42272b22e06 (#619659)
---
storage/__init__.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/storage/__init__.py b/storage/__init__.py
index 6ed7678..fd34f76 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -165,8 +165,8 @@ def storageComplete(anaconda):
if dev.format.type == "luks" and not dev.format.exists:
dev.format.passphrase = anaconda.id.storage.encryptionPassphrase
- map(lambda d: anaconda.id.storage.services.add(d.services),
- anaconda.id.storage.fsset)
+ map(lambda d: anaconda.id.storage.services.update(d.services),
+ anaconda.id.storage.fsset.devices)
if anaconda.isKickstart:
return
--
1.7.1.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|