summaryrefslogtreecommitdiff
path: root/xe
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-01-25 10:01:14 +0500
committerAnton Bobov <abobov@gmail.com>2020-01-25 10:01:14 +0500
commit69c820a66463a0416ff6fc230644f40d912a3cbd (patch)
treedd3eb7719b3869b6df5a080b23b8e6ecf54fbacf /xe
parent5294ee60a9fd7afd2d2f36425055e6d12d3e605c (diff)
Scripts.
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) {