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