From 790d8575214e254c1923aa40095171405dbba321 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 4 May 2012 10:51:34 +0100 Subject: Now we use bundler, update all scripts to exec `rake` as `bundle exec rake` --- script/generate_pot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/generate_pot.sh') diff --git a/script/generate_pot.sh b/script/generate_pot.sh index f6c82dda7..c0540c3d9 100755 --- a/script/generate_pot.sh +++ b/script/generate_pot.sh @@ -10,8 +10,8 @@ git status | grep app.po | awk '{print $3}' | xargs git add git commit -m "Backup latest po files from Transifex" # now regenerate POT and PO files from Alaveteli source -rake gettext:store_model_attributes -rake gettext:findpot +bundle exec rake gettext:store_model_attributes +bundle exec rake gettext:findpot # upload the result to Transifex tx push -t -- cgit v1.2.3