Skip to content

Commit 90ce06e

Browse files
committed
Merge pull request laravel#7 from billmn/master
Fixed typo on Workbench command
2 parents 132b658 + fd25026 commit 90ce06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Workbench/Console/WorkbenchMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function fire()
6969
// generated for the package. This will allow the devs to start migrating.
7070
if ($this->input->getOption('composer'))
7171
{
72-
$this->comment('Installing depenencies for workbench...');
72+
$this->comment('Installing dependencies for workbench...');
7373

7474
$this->callComposerUpdate($workbench);
7575
}
@@ -120,4 +120,4 @@ protected function getOptions()
120120
);
121121
}
122122

123-
}
123+
}

0 commit comments

Comments
 (0)