From b1b3997cf853e0ef04b4f01642a9a6122c35794f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 21 Jan 2017 15:05:10 -0500 Subject: fix cronjob --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') 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' -- cgit v1.2.3-54-g00ecf