We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a54583 + d056306 commit 91c5377Copy full SHA for 91c5377
packages/guides-cli/bin/guides
@@ -40,8 +40,9 @@ if ($input->hasParameterOption('-vvv', true)) {
40
41
$containerFactory = new ContainerFactory([new ApplicationExtension()]);
42
43
-$projectConfig = realpath($vendorDir . '/../guides.xml');
+$projectConfig = $vendorDir . '/../guides.xml';
44
if (is_file($projectConfig)) {
45
+ $projectConfig = realpath($vendorDir . '/../guides.xml');
46
if ($verbosity === 3) {
47
echo 'Loading guides.xml from ' . $projectConfig . PHP_EOL;
48
}
0 commit comments