Skip to content

Commit

Permalink
fix wordage of sentance
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Jun 24, 2022
1 parent 57964b7 commit 5293305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PushCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$this->getIO()
->write(
'Execute the push for the URL ' . $provider->getUrl() . '...',
'Pushing archive to server: ' . $provider->getUrl() . '...',
true
);

Expand Down

0 comments on commit 5293305

Please sign in to comment.