You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EE::error( sprintf( '%s is not writable by current user.', dirname( $old_phar ) ) );
271
271
}
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`." );
273
273
if ( Utils\get_flag_value( $assoc_args, 'nightly' ) ) {
274
274
EE::confirm( sprintf( 'You have version %s. Would you like to update to the latest nightly?', EE_VERSION ), $assoc_args );
0 commit comments