Skip to content

Commit

Permalink
Remvoe duplicate output when publishing tags (#31333)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnclark authored Feb 3, 2020
1 parent b1557b7 commit 862bd48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Illuminate/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ protected function publishTag($tag)
$published = true;
}

if ($published) {
$this->info('Publishing complete.');
} else {
if ($published === false) {
$this->error('Unable to locate publishable resources.');
}
}
Expand Down

0 comments on commit 862bd48

Please sign in to comment.