Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 2, 2017
1 parent 6474651 commit a617507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function handle(PackageManifest $manifest)
$manifest->build();

foreach (array_keys($manifest->manifest) as $package) {
$this->info("Discovered Package: {$package}");
$this->line("<info>Discovered Package:</info> {$package}");
}

$this->info('Package manifest generated successfully.');
Expand Down

0 comments on commit a617507

Please sign in to comment.