diff options
author | club-mate <spam@hensen.it> | 2011-07-31 04:12:02 +0200 |
---|---|---|
committer | club-mate <spam@hensen.it> | 2011-07-31 04:12:02 +0200 |
commit | d66d3a0d37ceeab54a1e6c6b20643bee724e7705 (patch) | |
tree | 515b06f9fbe04c805147b6a2c2efb6c0197538e3 /btc/mtgox/mtgox.getDepth | |
parent | 98920b56cc260b7afa6e263f18578b9f403a7d0f (diff) |
mtgox: s/http/https/g
Diffstat (limited to 'btc/mtgox/mtgox.getDepth')
-rwxr-xr-x | btc/mtgox/mtgox.getDepth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btc/mtgox/mtgox.getDepth b/btc/mtgox/mtgox.getDepth index effc28a0..9a607979 100755 --- a/btc/mtgox/mtgox.getDepth +++ b/btc/mtgox/mtgox.getDepth @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox market depth -$ curl -ksS http://mtgox.com/code/data/getDepth.php +$ curl -ksS https://mtgox.com/code/data/getDepth.php |