Skip to content

Commit

Permalink
Update crontab example. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Nov 18, 2019
1 parent 76a167b commit 42c9b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ ./gof
Once gof is configured, you might want to add it to your crontab:

```
*/30 * * * * /path/to/gof
*/30 * * * * cd /path/to/$REPO; gof
```

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

0 comments on commit 42c9b7e

Please sign in to comment.