We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b25a commit 7859375Copy full SHA for 7859375
templates/install-wp-tests.sh
@@ -104,7 +104,7 @@ install_wp() {
104
mkdir -p $WP_CORE_DIR
105
106
if [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
107
- download https://github.com/WordPress/wordpress-develop/archive/refs/heads/master.tar.gz $TMPDIR/wordpress.tar.gz
+ download https://github.com/WordPress/wordpress/archive/refs/heads/master.tar.gz $TMPDIR/wordpress.tar.gz
108
tar --strip-components=1 -zxmf $TMPDIR/wordpress.tar.gz -C $WP_CORE_DIR
109
else
110
if [ $WP_VERSION == 'latest' ]; then
0 commit comments