0/5 * * * * /bin/bash -l -c 'cd /home/mss/ruby/example && RAILS_ENV=development /usr/local/bin/bundle exec rake check_me_out --silent >> /tmp/cron_log.log 2>&1'
Above cron throws an error "bash: bundle: command not found..."
The command works just fine from the command line
Any help will be appreciated.
bundleor has no access to it. - scones