Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Mar 28, 2024
1 parent b54df34 commit 93cc512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ArtifactCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ protected function prepareArtifact(): void {
$result = $this->commitAllChangesInGitRepository();
// Show all changes if needed.
if ($this->showChanges) {
$this->io->info(sprintf('Added changes: %s', implode("\n", $result)));
$this->io->text(sprintf('Added changes: %s', implode("\n", $result)));
$this->logNotice(sprintf('Added changes: %s', implode("\n", $result)));
}
}
Expand Down

0 comments on commit 93cc512

Please sign in to comment.