From 641cc4cc1faa5c528ca940a63b9eac5e14852692 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 22 Jun 2016 14:44:08 -0500 Subject: [PATCH] README: refer to bundle, not bundle19 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc6986a..a0d0a97 100644 --- a/README.md +++ b/README.md @@ -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'