From ab256995eb123bc3059dbfd75caad36c817a450c Mon Sep 17 00:00:00 2001 From: Pierre Gordon <16200219+pierlon@users.noreply.github.com> Date: Tue, 7 Jan 2020 21:39:40 +0000 Subject: [PATCH] Overwrite `wp-includes` directory --- scripts/check-diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-diff.sh b/scripts/check-diff.sh index 8ce3625..1479284 100755 --- a/scripts/check-diff.sh +++ b/scripts/check-diff.sh @@ -583,7 +583,7 @@ function install_wp { # Download `wp-includes` folder from the WordPress Core SVN repo to include built internal dependencies. local SVN_CORE_URL=${SVN_URL/develop/core} - svn export -q "${SVN_CORE_URL}wp-includes" "$WP_CORE_DIR/src/wp-includes" + svn export -q --force "${SVN_CORE_URL}wp-includes" "$WP_CORE_DIR/src/wp-includes" download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php "$WP_CORE_DIR/src/wp-content/db.php" }