mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Download the specified WP version in DDEV
This parameter was not passed to wp core download
This commit is contained in:
parent
c3887bec7a
commit
a4bf56021d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if ! wp core download; then
|
||||
if ! wp core download --version="${WP_VERSION:-latest}"; then
|
||||
echo 'WordPress is already installed.'
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue