Commit 84cfcde1 authored by Seth Ladd's avatar Seth Ladd

tweaking message

parent 9496de7c
...@@ -51,7 +51,7 @@ abstract class FlutterCommand extends Command { ...@@ -51,7 +51,7 @@ abstract class FlutterCommand extends Command {
if (requiresProjectRoot) { if (requiresProjectRoot) {
if (!FileSystemEntity.isFileSync('pubspec.yaml')) { if (!FileSystemEntity.isFileSync('pubspec.yaml')) {
stderr.writeln('Error: No pubspec.yaml file found. ' stderr.writeln('Error: No pubspec.yaml file found. '
'This command should be run from the root of a Flutter project. ' 'This command should be run from the root of your Flutter project. '
'Do not run this command from the root of your git clone ' 'Do not run this command from the root of your git clone '
'of Flutter.'); 'of Flutter.');
return 1; return 1;
......
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