Skip to content

Commit

Permalink
fix: typo in fvm install command (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpk authored Sep 10, 2024
1 parent 4dc8db3 commit 4f86f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/install_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class InstallCommand extends BaseCommand {
..addFlag(
'setup',
abbr: 's',
help: 'Builds SDK after install after install',
help: 'Builds SDK after install',
defaultsTo: false,
negatable: false,
)
Expand Down

0 comments on commit 4f86f42

Please sign in to comment.