aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-04-17 02:25:39 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2018-04-17 02:25:39 +0200
commitf98cf53a3c6f202191b68ca187b76df47ccd07e1 (patch)
tree648a48ad436a3c396b862cbd0fb7e057a696c54b
parentaf27becdcc5ae883ce52b80aa97ff1c44ba5e788 (diff)
Update json URL to https
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index baa8998..fca9641 100755
--- a/update.sh
+++ b/update.sh
@@ -117,7 +117,7 @@ function handle_all
platform="$3"
shift 3
- curl -sO http://freedict.org/freedict-database.json
+ curl -sO https://freedict.org/freedict-database.json
cd "$type" || exit 1