Skip to content

Commit

Permalink
Fix destination folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 29, 2018
1 parent d37e1f3 commit ebd812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan
Expand Up @@ -213,7 +213,7 @@ while True:
full_name = '{}Z - {}'.format(config['args']['date'], full_name)
if len(config['args']['tags']) > 0:
full_name = '{} - {}'.format(full_name, ','.join(config['args']['tags']))
destination = '/home/sbrunner/dsl/paperless/consume/{}.pdf'.format(
destination = '/destination/{}.pdf'.format(
full_name
)
config['full_name'] = full_name
Expand Down

0 comments on commit ebd812d

Please sign in to comment.