mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
Typo fixed
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3420 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
89a89427ff
commit
1cb3a46703
1 changed files with 1 additions and 1 deletions
|
@ -2012,7 +2012,7 @@ class Bake {
|
||||||
$this->hr();
|
$this->hr();
|
||||||
$this->stdout("Skel Directory: $skel");
|
$this->stdout("Skel Directory: $skel");
|
||||||
$this->stdout("Will be copied to:");
|
$this->stdout("Will be copied to:");
|
||||||
$this->stdout("New App Direcotry: $projectPath");
|
$this->stdout("New App Directory: $projectPath");
|
||||||
$this->hr();
|
$this->hr();
|
||||||
$looksGood = $this->getInput('Look okay?', array('y', 'n', 'q'), 'y');
|
$looksGood = $this->getInput('Look okay?', array('y', 'n', 'q'), 'y');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue