github-merge-pr: add check for working on clean branch
[maintainer-tools.git] / maketag.sh
index f45588d56957c73c679ae40f502c49494e048f2b..80e94fa8bfc948d10150ed113e8493711a0cf993 100755 (executable)
@@ -4,7 +4,7 @@ git_author="$(git config user.name)"
 git_email="$(git config user.email)"
 gpg_keyid=""
 
-base_url="http://downloads.openwrt.org/releases"
+base_url="https://downloads.openwrt.org/releases"
 
 [ -f "./feeds.conf.default" ] || {
        echo "Please execute as ./${0##*/}" >&2