File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ public function up( $args, $assoc_args ) {
219219 if ( EE ::db ()::site_enabled ( $ this ->site ['name ' ] ) && ! $ force ) {
220220 EE ::error ( sprintf ( '%s is already enabled! ' , $ this ->site ['name ' ] ) );
221221 }
222- EE ::log ( " Enabling site $ this ->site ['name']. " );
222+ EE ::log ( sprintf ( ' Enabling site %s. ' , $ this ->site ['name ' ] ) );
223223 if ( EE ::docker ()::docker_compose_up ( $ this ->site ['root ' ] ) ) {
224224 EE ::db ()::update ( [ 'is_enabled ' => '1 ' ], [ 'sitename ' => $ this ->site ['name ' ] ] );
225- EE ::success ( " Site $ this ->site ['name'] enabled. " );
225+ EE ::success ( sprintf ( ' Site %s enabled. ' , $ this ->site ['name ' ] ) );
226226 } else {
227227 EE ::error ( sprintf ( 'There was error in enabling %s. Please check logs. ' , $ this ->site ['name ' ] ) );
228228 }
You can’t perform that action at this time.
0 commit comments