Skip to content

Commit cc510bf

Browse files
committed
Add some output to recommended-links reindexer
1 parent 6bec446 commit cc510bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ def reindex_app(app):
5555
# FIXME: Remove this horrible hack of a hack for a hack
5656
if app == 'recommended-links':
5757
with cd('/data/vhost/recommended-links.*/current'):
58-
sudo('govuk_setenv "%s" bundle exec rake "%s"' % (app, task), user='deploy')
58+
sudo('govuk_setenv "%s" bundle exec rake -v "%s"' % (app, task), user='deploy')
5959
else:
6060
util.rake(app, task)

0 commit comments

Comments
 (0)