summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-30 01:46:40 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-30 01:46:40 -0400
commitc7bc10c0963bc003df2deaabe773bbc2fcbdf736 (patch)
tree48588fe211c67378c19bed00ca902fc799846ed7 /crontab
parentc1ecfe42ff1a0d6bfc918937cf17b07e653f4f81 (diff)
downloadconf-c7bc10c0963bc003df2deaabe773bbc2fcbdf736.tar.gz
conf-c7bc10c0963bc003df2deaabe773bbc2fcbdf736.zip
fix crontab path
just hardcode this for now since hush is the only one currently using a crontab
Diffstat (limited to 'crontab')
-rw-r--r--crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/crontab b/crontab
index b55697b..02aa8f1 100644
--- a/crontab
+++ b/crontab
@@ -1 +1 @@
-*/15 * * * * /bin/bash -c 'export PATH=~/.bin:/bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather'
+*/15 * * * * /bin/bash -c 'export PATH=~/.bin/hush:~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather'