Skip to content

Commit

Permalink
Update the github URL for db.php (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Dec 15, 2022
1 parent abd13c2 commit 503ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 503ac56

Please sign in to comment.