summaryrefslogtreecommitdiff
path: root/xe
diff options
context:
space:
mode:
Diffstat (limited to 'xe')
-rwxr-xr-xxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/xe b/xe
index 97dc724..2375df6 100755
--- a/xe
+++ b/xe
@@ -15,7 +15,7 @@ to=${1:3:3}
get_value() {
script=$(tempfile)
- url="http://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to"
+ url="https://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to"
cat <<EOF >$script
var page = require('webpage').create();
page.open('$url', function(status) {