Skip to content

Commit 42c9b7e

Browse files
committed
Update crontab example. Fixes #4
1 parent 76a167b commit 42c9b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ ./gof
3636
Once gof is configured, you might want to add it to your crontab:
3737

3838
```
39-
*/30 * * * * /path/to/gof
39+
*/30 * * * * cd /path/to/$REPO; gof
4040
```
4141

4242
[config-blob]: https://git.sr.ht/~mjorgensen/gof/tree/master/gof.yaml.example

0 commit comments

Comments
 (0)