diff options
| author | Seb Bacon <seb.bacon@gmail.com> | 2012-04-17 11:56:14 +0100 |
|---|---|---|
| committer | Seb Bacon <seb.bacon@gmail.com> | 2012-04-17 11:56:14 +0100 |
| commit | a55cb26013e20459323c19af81316e331ae62842 (patch) | |
| tree | 3f4c4220bf49140c1047d2e831cd4cb4dfbe41e7 /script/load-sample-data | |
| parent | 46a84b14bbee61ae7699f9dddd420b978222ff2b (diff) | |
Update scripts and documentation to use `bundle exec` where appropriate
Diffstat (limited to 'script/load-sample-data')
| -rwxr-xr-x | script/load-sample-data | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/load-sample-data b/script/load-sample-data index e5f1be4cd..fc5cbeed1 100755 --- a/script/load-sample-data +++ b/script/load-sample-data @@ -5,8 +5,7 @@ # have a filesystem representation of their contents 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"] |
