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 e032b93 commit 66fdbbbCopy full SHA for 66fdbbb
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