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 74ad38ed6..9a4404aff 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -753,7 +753,7 @@ class AnacondaYum(YumSorter):
if len(mkeys) > 1:
stage2img = "%s/images/install.img" % self.tree
- if self.anaconda.backend.mountInstallImage(self.anaconda, stage2img)
+ if self.anaconda.backend.mountInstallImage(self.anaconda, stage2img):
self.anaconda.id.fsset.unmountFilesystems(self.anaconda.rootPath)
return DISPATCH_BACK