diff --git a/templates/install-wp-tests.sh b/templates/install-wp-tests.sh index ee05775c..c6f53dc5 100644 --- a/templates/install-wp-tests.sh +++ b/templates/install-wp-tests.sh @@ -92,7 +92,7 @@ install_wp() { tar --strip-components=1 -zxmf $TMPDIR/wordpress.tar.gz -C $WP_CORE_DIR fi - download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php + download https://raw.githubusercontent.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php } install_test_suite() {