Skip to content

Commit 2043314

Browse files
committed
Add line break in long message
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent a47aa5a commit 2043314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function update( $_, $assoc_args ) {
269269
} elseif ( ! is_writable( dirname( $old_phar ) ) ) {
270270
EE::error( sprintf( '%s is not writable by current user.', dirname( $old_phar ) ) );
271271
}
272-
EE::log( 'Note: It is recommended to run EasyEngine update in tmux/screen. Update at times may take some time. To view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`.' );
272+
EE::log( "Note: It is recommended to run EasyEngine update in tmux/screen. Update at times may take some time.\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`." );
273273
if ( Utils\get_flag_value( $assoc_args, 'nightly' ) ) {
274274
EE::confirm( sprintf( 'You have version %s. Would you like to update to the latest nightly?', EE_VERSION ), $assoc_args );
275275
$download_url = 'https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine-nightly.phar';

0 commit comments

Comments
 (0)