summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-21 15:05:10 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 15:18:33 -0500
commitb1b3997cf853e0ef04b4f01642a9a6122c35794f (patch)
tree2ec0aeb525896b9242f302dee00a9b1c93f1d0be /crontab
parentaff278c597c48d05c634ba6563177de967d3fe84 (diff)
downloadconf-b1b3997cf853e0ef04b4f01642a9a6122c35794f.tar.gz
conf-b1b3997cf853e0ef04b4f01642a9a6122c35794f.zip
fix cronjob
Diffstat (limited to 'crontab')
-rw-r--r--crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/crontab b/crontab
index 80142b3..b55697b 100644
--- a/crontab
+++ b/crontab
@@ -1 +1 @@
-*/15 * * * * /bin/bash -c 'export PATH=~/.bin:/bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/.env && update-weather'
+*/15 * * * * /bin/bash -c 'export PATH=~/.bin:/bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather'