summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-11-29 09:20:41 -0800
committerJohn Wiegley <johnw@newartisans.com>2015-11-29 09:20:41 -0800
commitd71435f7bbd34f3468153981dd6e11b263640315 (patch)
tree8224c935d6f471bd01f710b946ffd411901fdb8d
parentabd5b28a836098296f504dca943297511c1b9c4a (diff)
parent5a40af58c6d1a1b52f603810ae5d1af343d1ce78 (diff)
downloadfork-ledger-d71435f7bbd34f3468153981dd6e11b263640315.tar.gz
fork-ledger-d71435f7bbd34f3468153981dd6e11b263640315.tar.bz2
fork-ledger-d71435f7bbd34f3468153981dd6e11b263640315.zip
Merge pull request #440 from mlang/fix_url
Update URL of iso4127 fetcher.
-rwxr-xr-xcontrib/iso4127-commodities/iso4217ledger.sh2
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)"