This commit is contained in:
wilsonge 2019-09-12 17:41:30 +01:00
parent 97f6d65691
commit f6835d457f
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ class RoboFile extends Tasks
if (!file_exists(dirname($this->configuration->cmsPath)))
{
$this->say("Cms path written in local configuration does not exists or is not readable");
var_dump(sprintf('Path %s is unreadable', $this->configuration->cmsPath));die;
return 'tests/joomla';
}