This commit is contained in:
Darko Poljak 2016-10-30 17:21:08 +01:00
parent d316089842
commit 297367390f
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class Config(object):
for host in itertools.chain(cls.hosts(args.host),
cls.hosts(args.hostfile)):
host_base_path, hostdir = cls.create_host_base_dirs(
host, hostdir)
host, base_root_path)
log.debug("Base root path for target host \"{}\" is \"{}\"".format(
host, host_base_path))