diff options
Diffstat (limited to 'contrib')
-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 a7815f4a..9ce50b1e 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/lists/list_one.xml" +xml_url="https://www.currency-iso.org/dam/downloads/lists/list_one.xml" xsl_file="$(dirname $0)/iso4217ledger.xsl" xsltproc="$(which xsltproc)" |