Skip to content

Commit f2b27ea

Browse files
authored
Merge pull request #28 from 10up/fix/25
Update: Move to https
2 parents 9892395 + c466104 commit f2b27ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [[ -z "$ASSETS_DIR" ]]; then
3838
fi
3939
echo "ℹ︎ ASSETS_DIR is $ASSETS_DIR"
4040

41-
SVN_URL="http://plugins.svn.wordpress.org/${SLUG}/"
41+
SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/"
4242
SVN_DIR="/github/svn-${SLUG}"
4343

4444
# Checkout just trunk and assets for efficiency

0 commit comments

Comments
 (0)