Skip to content

Commit 510ab3e

Browse files
committed
Remove space
Signed-off-by: Kirtan Gajjar <[email protected]>
1 parent e7b0522 commit 510ab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/site-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function generate_global_docker_compose_yml( Filesystem $fs ) {
128128
'LOCAL_GROUP_ID=' . posix_getegid(),
129129
],
130130
'volumes' => [
131-
EE_CONF_ROOT . '/nginx/certs:/etc/nginx/certs ',
131+
EE_CONF_ROOT . '/nginx/certs:/etc/nginx/certs',
132132
EE_CONF_ROOT . '/nginx/dhparam:/etc/nginx/dhparam',
133133
EE_CONF_ROOT . '/nginx/conf.d:/etc/nginx/conf.d',
134134
EE_CONF_ROOT . '/nginx/htpasswd:/etc/nginx/htpasswd',

0 commit comments

Comments
 (0)