Skip to content

Commit

Permalink
fix: bucket construct. serve and cache robots.txt and favicon.ico via…
Browse files Browse the repository at this point in the history
… cloudformation. improve sub command output.
  • Loading branch information
yhortuk committed Dec 22, 2022
1 parent 7c42f36 commit 6c66b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Tasks/GeneratePipelineTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function handle(OutputStyle $output): void
$stream = fopen('php://stdin', 'w+');
$input->write($stream);

$process->start(function ($output, $text) use ($input, $process, &$builder, $output) {
$process->start(function ($level, $text) use ($input, $process, &$builder, $output) {
$output->write("<comment>$text</comment>");

if (str_contains($text, 'Successfully created the pipeline configuration file(s)')) {
Expand Down

0 comments on commit 6c66b2f

Please sign in to comment.