github-merge-pr: fix loading .config if symbolic link is used
[maintainer-tools.git] / makebranch.sh
index 9e285d2163c30470b4c6fae00565fd85f97f5d7d..4c305ab03774ec93f8cd6a33972a6898ab43cc9e 100755 (executable)
@@ -3,7 +3,7 @@
 git_author="Release System"
 git_email="lede-dev@lists.infradead.org"
 
-base_url="http://downloads.openwrt.org/releases"
+base_url="https://downloads.openwrt.org/releases"
 
 [ -f "./feeds.conf.default" ] || {
        echo "Please execute as ./${0##*/}" >&2