diff options
author | Mario Lang <mlang@delysid.org> | 2015-11-29 10:15:33 +0100 |
---|---|---|
committer | Mario Lang <mlang@delysid.org> | 2015-11-29 10:15:33 +0100 |
commit | 5a40af58c6d1a1b52f603810ae5d1af343d1ce78 (patch) | |
tree | 8224c935d6f471bd01f710b946ffd411901fdb8d /contrib/iso4127-commodities | |
parent | abd5b28a836098296f504dca943297511c1b9c4a (diff) | |
download | fork-ledger-5a40af58c6d1a1b52f603810ae5d1af343d1ce78.tar.gz fork-ledger-5a40af58c6d1a1b52f603810ae5d1af343d1ce78.tar.bz2 fork-ledger-5a40af58c6d1a1b52f603810ae5d1af343d1ce78.zip |
Update URL of iso4127 fetcher.
Diffstat (limited to 'contrib/iso4127-commodities')
-rwxr-xr-x | contrib/iso4127-commodities/iso4217ledger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/iso4127-commodities/iso4217ledger.sh b/contrib/iso4127-commodities/iso4217ledger.sh index 1841abe8..a7815f4a 100755 --- a/contrib/iso4127-commodities/iso4217ledger.sh +++ b/contrib/iso4127-commodities/iso4217ledger.sh @@ -26,7 +26,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -xml_url="http://www.currency-iso.org/dam/downloads/table_a1.xml" +xml_url="http://www.currency-iso.org/dam/downloads/lists/list_one.xml" xsl_file="$(dirname $0)/iso4217ledger.xsl" xsltproc="$(which xsltproc)" |