Skip to content

Commit 8a1d685

Browse files
committed
Updated badge
1 parent 58db2a3 commit 8a1d685

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

moneta-convert/moneta-convert-ecb/update_ecb.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ printf "\n Done. Downloading the ECB-90 resource. \n"
1010
curl --fail "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml" \
1111
--output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist-90d.xml
1212
printf "\n Done. Downloading the ECB-hist resource. \n"
13-
# wget https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml
14-
# mv eurofxref-hist.xml src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
15-
curl --fail "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml" \
16-
--output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
17-
printf "\n Done.
13+
wget https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml
14+
mv eurofxref-hist.xml src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
15+
# curl --fail "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml" \
16+
# --output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
17+
printf "\n Done."

0 commit comments

Comments
 (0)