diff options
-rwxr-xr-x | local/bin/grab-spot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |