Skip to content

Commit

Permalink
Update command output.
Browse files Browse the repository at this point in the history
Signed-off-by: Raza Mehdi <srmk@outlook.com>
  • Loading branch information
srmklive committed Jun 24, 2024
1 parent 5afc27c commit 488be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/PublishAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function handle(): void
$result = Process::run('npm install --save @paypal/paypal-js');
if ($result->successful()) {
echo $result->output();
$this->comment('Installed the PayPal JS SDK.');
$this->line('<fg=green>Installed the PayPal JS SDK.</>');
} else {
echo $result->errorOutput();
$this->error('Unable to install the PayPal JS SDK.');
Expand Down

0 comments on commit 488be71

Please sign in to comment.