From d66d3a0d37ceeab54a1e6c6b20643bee724e7705 Mon Sep 17 00:00:00 2001 From: club-mate Date: Sun, 31 Jul 2011 04:12:02 +0200 Subject: mtgox: s/http/https/g --- btc/mtgox/mtgox.getTrades | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btc/mtgox/mtgox.getTrades') diff --git a/btc/mtgox/mtgox.getTrades b/btc/mtgox/mtgox.getTrades index fd0d0ea9..73e5a68d 100755 --- a/btc/mtgox/mtgox.getTrades +++ b/btc/mtgox/mtgox.getTrades @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox last trades -$ curl -ksS http://mtgox.com/code/data/getTrades.phl +$ curl -ksS https://mtgox.com/code/data/getTrades.phl -- cgit v1.2.3