From 7fbacd0b66c9224292ebc050c3bf66ac0f6f8835 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 7 Feb 2017 12:39:15 -0500 Subject: [PATCH] README: fixup example Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f785a7e..facb1bc 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ sl-feeds --sample-config > ~/.sl-feeds.toml crontab like: ``` -0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || echo "$(date): failed to poll changelogs" | mail -s "[slackrss] changelog_http_poll failed $(date +%D)" me@example.com +0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || mail -s "[sl-feeds] failed $(date +%D)" me@example.com ```