aboutsummaryrefslogtreecommitdiffstats
path: root/script/update-xapian-index
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-05-04 10:51:34 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-05-04 10:51:34 +0100
commit790d8575214e254c1923aa40095171405dbba321 (patch)
tree5102e1fa04dbbb22f7865881679cff69f1574dd1 /script/update-xapian-index
parentea200e8d7eb380213b32c3081dd87396736f9533 (diff)
Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`
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 "$@"