Skip to content

Commit

Permalink
README: refer to bundle, not bundle19
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Jun 22, 2016
1 parent d8c7f98 commit 641cc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ in a `config/initializers/production.rb` or similar file:

* In production, set up crontab or another scheduler to run regular jobs:

*/20 * * * * cd /path/to/lobsters && env RAILS_ENV=production bundle19 exec rake ts:index > /dev/null
*/5 * * * * cd /path/to/lobsters && env RAILS_ENV=production sh -c 'bundle19 exec ruby script/mail_new_activity; bundle19 exec ruby script/post_to_twitter'
*/20 * * * * cd /path/to/lobsters && env RAILS_ENV=production bundle exec rake ts:index > /dev/null
*/5 * * * * cd /path/to/lobsters && env RAILS_ENV=production sh -c 'bundle exec ruby script/mail_new_activity; bundle exec ruby script/post_to_twitter'

0 comments on commit 641cc4c

Please sign in to comment.