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/generate_pot.sh | |
parent | ea200e8d7eb380213b32c3081dd87396736f9533 (diff) |
Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`
Diffstat (limited to 'script/generate_pot.sh')
-rwxr-xr-x | script/generate_pot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |