fix syntax in xdebugPhpFpm

This commit is contained in:
Cosmos Pham 2016-12-27 13:32:59 +07:00 committed by GitHub
parent 5bb515751a
commit 1b8726458f

View File

@ -4,7 +4,7 @@
# Grab full name of php-fpm container
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d" " -f 1)
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d " " -f 1)
# Grab OS type