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 e1d1dd607..ec3c4ae13 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -43,7 +43,7 @@ def setupRepo(anaconda, repo):
try:
anaconda.backend.doRepoSetup(anaconda, thisrepo=repo.id, fatalerrors=False)
anaconda.backend.doSackSetup(anaconda, thisrepo=repo.id, fatalerrors=False)
- log.info("added repository %s with with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl))
+ log.info("added repository %s with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl))
# FIXME: need a per-repo way of doing this; largely cut and paste
# from yum right now
if not repo.groups_added: