Browse Source

fix syntax in xdebugPhpFpm

Cosmos Pham 8 years ago
parent
commit
1b8726458f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xdebugPhpFpm

+ 1 - 1
xdebugPhpFpm

@@ -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