We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79913f0 commit 45cb9ebCopy full SHA for 45cb9eb
src/Site_Command.php
@@ -464,7 +464,7 @@ private function create_site( $assoc_args ) {
464
EE::log( 'Pulling latest images. This may take some time.' );
465
chdir( $this->site_root );
466
\EE\Utils\default_launch( 'docker-compose pull' );
467
- EE::log( 'Running docker-compose.' );
+ EE::log( 'Starting site\'s services.' );
468
if ( ! $this->docker::docker_compose_up( $this->site_root ) ) {
469
throw new Exception( 'There was some error in docker-compose up.' );
470
}
0 commit comments