You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This will create an initial `config/schedule.rb` file for you (as long as the co
25
25
26
26
```sh
27
27
$ cd /apps/my-great-project
28
-
$ whenever
28
+
$ bundle execwhenever
29
29
```
30
30
31
31
This will simply show you your `schedule.rb` file converted to cron syntax. It does not read or write your crontab file; you'll need to do this in order for your jobs to execute:
0 commit comments