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.
1 parent 08d2a89 commit e386a79Copy full SHA for e386a79
packages/guides-cli/bin/guides
@@ -46,7 +46,7 @@ if (is_file($projectConfig)) {
46
echo 'Loading guides.xml from ' . $projectConfig . PHP_EOL;
47
}
48
// vendor folder was placed directly into the project directory
49
- if ($projectConfig) {
+ if ($projectConfig !== false && $projectConfig !== '') {
50
$containerFactory->addConfigFile($projectConfig);
51
52
0 commit comments