Skip to content

Commit

Permalink
Fixed capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
yosmanyga authored and alcohol committed Jan 8, 2020
1 parent f37faa1 commit 217297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/PackagesBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private function dumpPackageIncludeJson(array $packages, string $includesUrl, st

if ($path) {
$this->writeToFile($path, $contents);
$this->output->writeln("<info>wrote packages to $path</info>");
$this->output->writeln("<info>Wrote packages to $path</info>");
}

return [
Expand Down

0 comments on commit 217297c

Please sign in to comment.