Skip to content

Commit 45cb9eb

Browse files
committed
Update docker-compose up msg
1 parent 79913f0 commit 45cb9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Site_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ private function create_site( $assoc_args ) {
464464
EE::log( 'Pulling latest images. This may take some time.' );
465465
chdir( $this->site_root );
466466
\EE\Utils\default_launch( 'docker-compose pull' );
467-
EE::log( 'Running docker-compose.' );
467+
EE::log( 'Starting site\'s services.' );
468468
if ( ! $this->docker::docker_compose_up( $this->site_root ) ) {
469469
throw new Exception( 'There was some error in docker-compose up.' );
470470
}

0 commit comments

Comments
 (0)