#3663 fix error message for config command

main
Dmitry Tarasov 10 years ago
parent f50cfe6d45
commit 506d923e7c

@ -137,7 +137,7 @@ EOT
} }
if (!$this->configFile->exists()) { if (!$this->configFile->exists()) {
throw new \RuntimeException('No composer.json found in the current directory'); throw new \RuntimeException("File '$configFile' cannot be found in the current directory");
} }
} }

Loading…
Cancel
Save