(╯°□°)╯︵ ┻━┻)

This commit is contained in:
brent s 2017-10-25 03:10:35 -04:00
parent 5834e8fafc
commit d4a5bf60db
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Backup(object):
self.cfg['config']['host'],
r,
self.args['archive']))
for p in cfg['repos'][r]['paths']:
for p in self.cfg['repos'][r]['paths']:
_cmd.append(p)
_env['BORG_PASSPHRASE'] = self.cfg['repos'][r]['password']
self.logger.debug('VARS: {0}'.format(vars()))