Skip to content

Commit

Permalink
Fix the auto-build when using autodiscovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
vatine committed Feb 17, 2017
1 parent 1b4c165 commit 193c6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobbler/services.py
Expand Up @@ -233,7 +233,7 @@ def look(self, **rest):
def find_autoinstall(self, system=None, profile=None, **rest):
self.__xmlrpc_setup()

serverseg = "http//%s" % self.collection_mgr._settings.server
serverseg = "http://%s" % self.collection_mgr._settings.server

name = "?"
if system is not None:
Expand Down

0 comments on commit 193c6ad

Please sign in to comment.