mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
#3663 fix error message for config command
This commit is contained in:
parent
f50cfe6d45
commit
506d923e7c
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ EOT
|
|||
}
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue