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 cc510bf commit d16ae82Copy full SHA for d16ae82
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 "%s" bundle exec rake -v "%s"' % (app, task), user='deploy')
+ sudo('govuk_setenv default bundle exec rake -v "%s"' % (app, task), user='deploy')
59
else:
60
util.rake(app, task)
0 commit comments