Skip to content

Commit

Permalink
fix: "!" is not necessary :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jan 2, 2024
1 parent 28fc818 commit ef50040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

$builder->build($options);
$output->writeln('Done! 🎉');
$output->writeln('Done 🎉');

return 0;
}
Expand Down

0 comments on commit ef50040

Please sign in to comment.