diff --git a/pykickstart/commands/repo.py b/pykickstart/commands/repo.py
index 031e6d3..aaf542a 100644
--- a/pykickstart/commands/repo.py
+++ b/pykickstart/commands/repo.py
@@ -136,7 +136,7 @@ class F8_Repo(FC6_Repo):
def methodToRepo(self):
if not self.handler.method.url:
- raise KickstartError, formatErrorMsg(self.handler.method.lineno,
msg=_("Method must be a url to be added to the repo lsit."))
+ raise KickstartError, formatErrorMsg(self.handler.method.lineno,
msg=_("Method must be a url to be added to the repo list."))
reponame = "ks-method-url"
repourl = self.handler.method.url
rd = self.handler.RepoData(name=reponame, baseurl=repourl)
_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/kickstart-list