From 2583950f750d5f03e270290bab919c04f9faf542 Mon Sep 17 00:00:00 2001 From: Jorge M Date: Thu, 26 Sep 2024 10:15:48 +0200 Subject: [PATCH] Fix mixed spacing --- bin/install-wp-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 859eda181b..7eb5d01f1a 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -203,7 +203,7 @@ install_wc() { git clone --quiet --depth=1 --branch="${WC_VERSION}" https://github.com/woocommerce/woocommerce.git "${WC_TMPDIR}" ln -s "${WC_TMPDIR}"/plugins/woocommerce "$WC_DIR" - touch "$WC_VERSION_FILE" + touch "$WC_VERSION_FILE" # Install composer for WooCommerce cd "${WC_DIR}"