summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2009-12-21 17:32:38 +0100
committerAles Kozumplik <akozumpl@redhat.com>2009-12-22 08:11:26 +0100
commit8b8b5113f1dd971ad3fae018faaedafbb4771d73 (patch)
treeeb2297fafa6052938a88d27adb50fec2c00ccaee /text.py
parent60afc0aa8015460866198a5a4326e761e1ca8743 (diff)
downloadanaconda-8b8b5113f1dd971ad3fae018faaedafbb4771d73.tar.gz
anaconda-8b8b5113f1dd971ad3fae018faaedafbb4771d73.tar.xz
anaconda-8b8b5113f1dd971ad3fae018faaedafbb4771d73.zip
'cleardiskssel' typos that made it impossible to run text install.
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 3691e21b6..60eafb754 100644
--- a/text.py
+++ b/text.py
@@ -551,7 +551,7 @@ class InstallInterface:
def setSteps(self, anaconda):
anaconda.dispatch.skipStep("filtertype")
anaconda.dispatch.skipStep("filter")
- anaconda.dispatch.skipStep("cleardisksel")
+ anaconda.dispatch.skipStep("cleardiskssel")
anaconda.dispatch.skipStep("basepkgsel")
anaconda.dispatch.skipStep("group-selection")