Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Correct path for scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Jun 26, 2012
1 parent e824abf commit 8c107a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcards/lib/utils.py
Expand Up @@ -55,7 +55,7 @@ def run_reddit_script(command, arguments):
'--plugin=r2',
'run',
app.config['REDDIT_CONFIG'],
'scripts/' + command + '.py',
'/opt/postcards/scripts/' + command + '.py',
'-c',
command + '(' + ','.join(repr(x) for x in arguments) + ')'
])
Expand Down

0 comments on commit 8c107a3

Please sign in to comment.