mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Fix another variable name
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
663060dd5a
commit
a948baaf62
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user