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 | 554c90e8456f44ac82ac3d64f3c31f0ac93cac8d (patch) | |
tree | c2c24d48ca39b8bee597934dc96110b0adae22ff /btc/mtgox/mtgox.getTrades | |
parent | 3a202fe94eff7b68fa3ffdac35caabf5ee815284 (diff) |
mtgox: s/http/https/g
Diffstat (limited to 'btc/mtgox/mtgox.getTrades')
-rwxr-xr-x | btc/mtgox/mtgox.getTrades | 2 |
1 files changed, 1 insertions, 1 deletions
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 |