Removing bad character in bake script

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3670 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-10-14 18:45:00 +00:00
parent 3d47887211
commit 337a7af264

View file

@ -2315,7 +2315,7 @@ class Bake {
}
} else {
return false;
}
}
}
/**
* Outputs an ASCII art banner to standard output.