Merge pull request #515 from cosmospham/master

fix syntax in xdebugPhpFpm
This commit is contained in:
Bo-Yi Wu 2016-12-27 14:36:01 +08:00 committed by GitHub
commit 978dd425b9

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