Skip to content

Commit 5c6b514

Browse files
committed
Fix containers push
1 parent 7142138 commit 5c6b514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ( process.env.LOCAL_PHP_MEMCACHED === 'true' ) {
3636
}
3737

3838
if ( process.env.LOCAL_MAILHOG === 'true' ) {
39-
containers += ' mailhog';
39+
containers.push( 'mailhog' );
4040
}
4141

4242
spawnSync(

0 commit comments

Comments
 (0)