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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ gem 'whenever', require: false
16
16
17
17
```sh
18
18
$ cd /apps/my-great-project
19
-
$ wheneverize .
19
+
$ bundle execwheneverize .
20
20
```
21
21
22
22
This will create an initial `config/schedule.rb` file for you (as long as the config folder is already present in your project).
@@ -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