summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-06-27 04:39:43 +0000
committerBill Nottingham <notting@redhat.com>2001-06-27 04:39:43 +0000
commit9d7baa02c6a0e7d6bda0d09467754d20fc4b5370 (patch)
treea69882450e5e9cd66767618a84cc4665d263860c
parentfa1f3f61f12961ae93d8985954fdde652c86490f (diff)
downloadanaconda-9d7baa02c6a0e7d6bda0d09467754d20fc4b5370.tar.gz
anaconda-9d7baa02c6a0e7d6bda0d09467754d20fc4b5370.tar.xz
anaconda-9d7baa02c6a0e7d6bda0d09467754d20fc4b5370.zip
fix typo
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index cdde5b164..3e71d6506 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -311,7 +311,7 @@ def upgradeFindPackages (intf, method, id, instPath):
package.select()
if iutil.getArch() == "i386" and id.bootloader.useGrub():
- if id.hdList.has_key("grub") and not id.hdList["grub"].isSelected()
+ if id.hdList.has_key("grub") and not id.hdList["grub"].isSelected():
try:
db.findbyname ("grub")
except rpm.error: