diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 10:51:34 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 10:51:34 +0100 |
commit | 790d8575214e254c1923aa40095171405dbba321 (patch) | |
tree | 5102e1fa04dbbb22f7865881679cff69f1574dd1 /script/load-sample-data | |
parent | ea200e8d7eb380213b32c3081dd87396736f9533 (diff) |
Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`
Diffstat (limited to 'script/load-sample-data')
-rwxr-xr-x | script/load-sample-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/load-sample-data b/script/load-sample-data index e5f1be4cd..86e1af128 100755 --- a/script/load-sample-data +++ b/script/load-sample-data @@ -6,7 +6,7 @@ LOC=`dirname "$0"` -rake --silent spec:db:fixtures:load +bundle exec rake --silent spec:db:fixtures:load "$LOC/runner" /dev/stdin <<END env = ENV["RAILS_ENV"] |