Skip to content

Commit 953610a

Browse files
committed
Fix #700 for existing installations
1 parent 72780dc commit 953610a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function ee_update_wp_cli()
234234
if [ "${WP_CLI_PATH}" != "" ]; then
235235
# Get WP-CLI version
236236
WP_CLI_VERSION=$(${PHP_PATH} ${WP_CLI_PATH} --allow-root cli version | awk '{ print $2 }')
237-
dpkg --compare-versions ${WP_CLI_VERSION} lt 0.21.1
237+
dpkg --compare-versions ${WP_CLI_VERSION} lt 0.23.0
238238
# Update WP-CLI version
239239
if [ "$?" == "0" ]; then
240240
wget -qO ${WP_CLI_PATH} https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar

0 commit comments

Comments
 (0)