From b8ce2252bd9827ecf0d04fdc38a8b3fec0fccbb2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Nov 2015 23:29:30 -0500 Subject: sh doesn't like this space sometimes? --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') diff --git a/crontab b/crontab index 5078230..1821d93 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/15 * * * * /bin/bash -c'. ~/.env && export PATH=~/.bin:$PATH && update-weather' +*/15 * * * * /bin/bash -c '. ~/.env && export PATH=~/.bin:$PATH && update-weather' -- cgit v1.2.3-54-g00ecf