Skip to content

Commit cc267ae

Browse files
committed
Update messaging
1 parent 1048bf6 commit cc267ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-cli/vip-filesystem.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class VIP_Files_CLI_Command extends \WPCOM_VIP_CLI_Command {
5757
*/
5858
public function update_filesizes( $args, $assoc_args ) {
5959
if ( defined( 'VIP_FILESYSTEM_USE_STREAM_WRAPPER' ) && false === constant( 'VIP_FILESYSTEM_USE_STREAM_WRAPPER' ) ) {
60-
WP_CLI::error( 'This script only works when the VIP Stream Wrapper is enabled. Please add `define( \'VIP_FILESYSTEM_USE_STREAM_WRAPPER\', true );` to vip-config.php and try again.' );
60+
WP_CLI::error( 'This script only works when the VIP Stream Wrapper is enabled. If the constant \'VIP_FILESYSTEM_USE_STREAM_WRAPPER\' is defined as false, please remove it.' );
6161
return;
6262
}
6363

0 commit comments

Comments
 (0)