summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/update-weather
diff options
context:
space:
mode:
Diffstat (limited to 'local/.bin/hornet/update-weather')
-rwxr-xr-xlocal/.bin/hornet/update-weather3
1 files changed, 2 insertions, 1 deletions
diff --git a/local/.bin/hornet/update-weather b/local/.bin/hornet/update-weather
index fad6ff7..fb8afca 100755
--- a/local/.bin/hornet/update-weather
+++ b/local/.bin/hornet/update-weather
@@ -2,5 +2,6 @@
set -eu
set -o pipefail
-weather >~/.cache/weather.new
+echo "updating weather..."
+"$(dirname "$0")"/weather >~/.cache/weather.new
mv ~/.cache/weather.new ~/.cache/weather