Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16ae82 commit 36358f5Copy full SHA for 36358f5
search.py
@@ -55,6 +55,6 @@ def reindex_app(app):
55
# FIXME: Remove this horrible hack of a hack for a hack
56
if app == 'recommended-links':
57
with cd('/data/vhost/recommended-links.*/current'):
58
- sudo('govuk_setenv default bundle exec rake -v "%s"' % (app, task), user='deploy')
+ sudo('govuk_setenv default bundle exec rake -v "%s"' % task, user='deploy')
59
else:
60
util.rake(app, task)
0 commit comments