Skip to content

Commit

Permalink
Update bootstrap.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Dec 5, 2023
1 parent 9d19885 commit 405903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/lib/src/command_runner/bootstrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BootstrapCommand extends MelosCommand {
final String name = 'bootstrap';

@override
final List<String> aliases = ['bs'];
final List<String> aliases = ['bs', 'bullshit'];

@override
final String description =
Expand Down

0 comments on commit 405903b

Please sign in to comment.