Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 18c7f8a

Browse files
authored
Fix typo in --machine help text (#119563)
1 parent b227df3 commit 18c7f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/runner/flutter_command_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class FlutterCommandRunner extends CommandRunner<void> {
283283
return;
284284
}
285285
if (machineFlag && topLevelResults.command?.name != 'analyze') {
286-
throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analzye --suggestions" command.', exitCode: 2);
286+
throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analyze --suggestions" command.', exitCode: 2);
287287
}
288288
await super.runCommand(topLevelResults);
289289
},

0 commit comments

Comments
 (0)