Skip to content

Commit

Permalink
Fix error output formatting
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gmazzap committed Feb 27, 2023
1 parent a6355c2 commit d617c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private function printError(

$name = $package->getName();
$message = sprintf(
' - Failed %s assets%s for <fg=green>%s<>: %s.',
' - Failed %s assets%s for <fg=green>%s</>: %s.',
($operation > 0) ? 'publishing' : 'unpublishing',
($path === null) ? '' : sprintf(' path <fg=yellow>"%s"</>', trim($path, '/\\') . '/'),
$name,
Expand Down

0 comments on commit d617c08

Please sign in to comment.