Skip to content

Commit b5f9eb7

Browse files
committed
fix: unnecessary double space
1 parent 1852979 commit b5f9eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/xdebug/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ then echo "First argument has to be relative path (<FILE_PATH>) to target file";
99
exit;
1010
fi
1111

12-
docker-compose exec -e XDEBUG_SESSION=1 -e PHP_IDE_CONFIG="serverName=$CLI_XDEBUG_SERVER_NAME" php-fpm "$@"
12+
docker-compose exec -e XDEBUG_SESSION=1 -e PHP_IDE_CONFIG="serverName=$CLI_XDEBUG_SERVER_NAME" php-fpm "$@"
1313

1414
cd ${APP_DIRECTORY}

0 commit comments

Comments
 (0)