1
0
Fork 0

Merge pull request #3665 from theravel/master

#3663 fix error message for config command
pull/3688/head
Nils Adermann 2015-01-28 11:19:50 +01:00
commit 25d4b85f06
1 changed files with 1 additions and 1 deletions

View File

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