Skip to content

Commit

Permalink
Fix mixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemd24 committed Sep 26, 2024
1 parent 7cb7531 commit 2583950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 2583950

Please sign in to comment.