We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bdd7c commit 61668dfCopy full SHA for 61668df
moneta-convert/moneta-convert-imf/src/etc/download.sh
@@ -8,6 +8,6 @@ do
8
first=false
9
date=$(date --date="$yearmonth-01 +1 month -1 day" +%Y-%m-%d)
10
curl --fail "https://www.imf.org/external/np/fin/data/rms_mth.aspx?SelectDate=${date}&reportType=CVSDR&tsvflag=Y" \
11
- --output $yearmonth.tsv \
+ --output ../../target/$yearmonth.tsv \
12
|| break
13
done
0 commit comments