diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-07-19 19:20:06 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-07-19 19:20:06 -0600 |
commit | 08a924613708dd687319cc159f5425ab23b9b6b9 (patch) | |
tree | fe16de7ace1d38826a6aed1d146ebba2d98256f3 /.config/cron | |
parent | cf257b08569e2f2cc91f343dc9a42d0cdcc5c629 (diff) | |
parent | 369f1aeccf80323edddde34b4a5f3cd7d5234432 (diff) |
Merge branch 'master' into gluglugt60-par/master
Diffstat (limited to '.config/cron')
-rw-r--r-- | .config/cron/make-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cron/make-config b/.config/cron/make-config index 6a7e9d6..a4a3480 100644 --- a/.config/cron/make-config +++ b/.config/cron/make-config @@ -1,2 +1,2 @@ #m h dom mon dow command -*/5 * * * * cronic make -C ~/.config +*/5 * * * * chronic make -C ~/.config |