summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py
index 5558037da..fd1d3cce9 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -37,7 +37,7 @@ DISCNUM = 1000002
class UrlInstallMethod(InstallMethod):
def readCompsViaMethod(self, hdlist):
- return ComponentSet(self.baseUrl + '/RedHat/base/comps', hdlist)
+ return ComponentSet(self.baseUrl + '/RedHat/base/comps.xml', hdlist)
def getFilename(self, h, timer):
tmppath = self.getTempPath()