Fix another variable name

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
Zack Cerza 2014-08-12 12:54:05 -06:00
parent 663060dd5a
commit a948baaf62

View File

@ -317,7 +317,7 @@ def archive(ctx, config):
os.mkdir(logdir)
for rem in ctx.cluster.remotes.iterkeys():
path = os.path.join(logdir, rem.shortname)
teuthology.pull_directory(remote, archive_dir, path)
teuthology.pull_directory(rem, archive_dir, path)
log.info('Removing archive directory...')
run.wait(