Skip to content

Commit

Permalink
remove noroot wp cli update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Jun 18, 2021
1 parent b686aea commit b5c5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/wp-cli/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function wp_cli_setup() {
chown vagrant /srv/config/wp-cli/wp-completion.bash
else
vvv_info " * Updating wp-cli..."
noroot wp cli update --nightly --yes
wp cli update --nightly --yes
vvv_success " * WP CLI Nightly updated"
fi

Expand Down

0 comments on commit b5c5375

Please sign in to comment.