summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-12-17 16:29:31 -0600
committerDavid Lehman <dlehman@redhat.com>2009-12-17 16:29:31 -0600
commit7c2f1e1f189492102c8e5c626cd9d06736b29869 (patch)
tree8ead132165bfd7aecf670ce58a3c67aad2ea5987 /yuminstall.py
parentb5bc00e5f4c065cef9bf869996300849492bf400 (diff)
downloadanaconda-7c2f1e1f189492102c8e5c626cd9d06736b29869.tar.gz
anaconda-7c2f1e1f189492102c8e5c626cd9d06736b29869.tar.xz
anaconda-7c2f1e1f189492102c8e5c626cd9d06736b29869.zip
Fix typo from commit 13022cc2.
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 d8b2a25ad..7db91cfdb 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -749,7 +749,7 @@ class AnacondaYum(YumSorter):
if os.path.exists("%s/boot/upgrade/install.img" % self.anaconda.rootPath):
log.info("REMOVING stage2 image from %s /boot/upgrade" % self.anaconda.rootPath )
try:
- os.unlink("%s/boot/upgrade/install.img" % self.anaconda.rootPath):
+ os.unlink("%s/boot/upgrade/install.img" % self.anaconda.rootPath)
except:
log.warning("failed to clean /boot/upgrade")