From 8b8b5113f1dd971ad3fae018faaedafbb4771d73 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Mon, 21 Dec 2009 17:32:38 +0100 Subject: 'cleardiskssel' typos that made it impossible to run text install. --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') 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") -- cgit