summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DistUpgrade/DistUpgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgrade.py b/DistUpgrade/DistUpgrade.py
index 3b252fd8..efe4879b 100644
--- a/DistUpgrade/DistUpgrade.py
+++ b/DistUpgrade/DistUpgrade.py
@@ -55,7 +55,7 @@ class DistUpgradeControler(object):
sources.backup()
for entry in sources:
# check if it's a mirror (or offical site)
- if sources.is_mirror("archive.ubuntu.com",entry.uri):
+ if sources.is_mirror("http://archive.ubuntu.com/ubuntu",entry.uri):
if entry.dist == fromDist:
entry.dist = to
else: