Skip to content

Commit 61668df

Browse files
committed
Working on #353
1 parent c1bdd7c commit 61668df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moneta-convert/moneta-convert-imf/src/etc/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ do
88
first=false
99
date=$(date --date="$yearmonth-01 +1 month -1 day" +%Y-%m-%d)
1010
curl --fail "https://www.imf.org/external/np/fin/data/rms_mth.aspx?SelectDate=${date}&reportType=CVSDR&tsvflag=Y" \
11-
--output $yearmonth.tsv \
11+
--output ../../target/$yearmonth.tsv \
1212
|| break
1313
done

0 commit comments

Comments
 (0)