Unverified Commit b8b34def authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Fix misplaced quote (#18354)

parent d1aaa406
......@@ -130,7 +130,7 @@ class UpdatePackagesCommand extends FlutterCommand {
// we need to run update-packages to recapture the transitive deps.
printError(
'Warning: pubspec in ${directory.path} has invalid dependencies. '
'Please run "flutter update-packages" --force-upgrade to update them correctly.'
'Please run "flutter update-packages --force-upgrade" to update them correctly.'
);
needsUpdate = true;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment