summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/task_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 753679ac8..2a11fc386 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -256,7 +256,7 @@ class TaskWindow(InstallWindow):
# Setup any repositories that were in the installclass's
# default list.
- _setupRepo(self.anaconda, repo)
+ setupRepo(self.anaconda, repo)
else:
repo.disable()