From 64c229e3333a9463f43186e2bf1436624c18da7c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 30 Apr 2017 16:49:29 +1200 Subject: Fix currency output path in grab-spot --- local/bin/grab-spot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/grab-spot b/local/bin/grab-spot index d912d7a..eda284e 100755 --- a/local/bin/grab-spot +++ b/local/bin/grab-spot @@ -26,5 +26,5 @@ if ([ ! -f ~/.cache/currency/"$1$2" ] || [ $(find ~/.cache/currency/"$1$2" -mmin logger "$0: curl error" exit fi - printf "$1$2: %.4f" $rate > ~/.cache/"$1$2" + printf "$1$2: %.4f" $rate > ~/.cache/currency/"$1$2" fi -- cgit v1.1