aboutsummaryrefslogtreecommitdiffstats
path: root/script/update-xapian-index
diff options
context:
space:
mode:
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-xscript/update-xapian-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index
index 6ece02de0..e365e2fec 100755
--- a/script/update-xapian-index
+++ b/script/update-xapian-index
@@ -1,5 +1,5 @@
#!/bin/bash
cd `dirname $0`
-rake --silent xapian:update_index "$@"
+bundle exec rake --silent xapian:update_index "$@"