updating project task

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5103 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-05-15 03:54:47 +00:00
parent d1a44e9777
commit c2968d91e9

View file

@ -78,7 +78,7 @@ class ProjectTask extends Shell {
exit();
}
if (!is_dir($working)) {
if (!is_dir($root)) {
$this->err('The directory path you supplied can not be created. Please try again.');
}