diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-07-19 19:10:14 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-07-19 19:13:56 -0600 |
commit | f97389c74b4642da8a8c313a48e907e014a6ed50 (patch) | |
tree | 82713c73fce09cfd7a5dde004655d2348e9598b6 /.config/cron/make-config | |
parent | dd24df5f3765e0771d91892824298349c367fddb (diff) |
cron/make-config: use moreutils chronic
Diffstat (limited to '.config/cron/make-config')
-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 |