From c4661048a821e93fb4b9e7ae3fff516a37ef958f Mon Sep 17 00:00:00 2001 From: Tung Du Date: Sat, 29 Feb 2020 16:45:20 +0700 Subject: [PATCH] feat: switch to https --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3d302e0..05c3c7f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -38,7 +38,7 @@ if [[ -z "$ASSETS_DIR" ]]; then fi echo "ℹ︎ ASSETS_DIR is $ASSETS_DIR" -SVN_URL="http://plugins.svn.wordpress.org/${SLUG}/" +SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/" SVN_DIR="/github/svn-${SLUG}" # Checkout just trunk and assets for efficiency