summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-11-06 23:29:30 -0500
committerJesse Luehrs <doy@tozt.net>2015-11-06 23:38:25 -0500
commitb8ce2252bd9827ecf0d04fdc38a8b3fec0fccbb2 (patch)
tree564ec53afc2b8fb45f463532f82564b33a295ead /crontab
parent011adbf2027d3498203e72de9c1de5750b14929a (diff)
downloadconf-b8ce2252bd9827ecf0d04fdc38a8b3fec0fccbb2.tar.gz
conf-b8ce2252bd9827ecf0d04fdc38a8b3fec0fccbb2.zip
sh doesn't like this space sometimes?
Diffstat (limited to 'crontab')
-rw-r--r--crontab2
1 files changed, 1 insertions, 1 deletions
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'