@@ -86,7 +86,7 @@ |
||
| 86 | 86 | throw new \RuntimeException(sprintf('Path "%s" is not valid', $_sDirectoryPath)); |
| 87 | 87 | } |
| 88 | 88 | |
| 89 | - $_sIgnoreFilePath = $_sDirectoryPath . DIRECTORY_SEPARATOR . '.chapiignore'; |
|
| 89 | + $_sIgnoreFilePath = $_sDirectoryPath.DIRECTORY_SEPARATOR.'.chapiignore'; |
|
| 90 | 90 | |
| 91 | 91 | if (is_file($_sIgnoreFilePath)) |
| 92 | 92 | { |