Index: sdk/lib/_internal/pub/lib/src/io.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart |
index bc6ffd1edfb1b7ea2c14cb2e84411247e211f05e..b1f818ddfc356b829b0806f37001e38f275b8bc2 100644 |
--- a/sdk/lib/_internal/pub/lib/src/io.dart |
+++ b/sdk/lib/_internal/pub/lib/src/io.dart |
@@ -372,7 +372,7 @@ void createPackageSymlink(String name, String target, String symlink, |
// directory since it may just be a leaf application that only has |
// code in bin or web. |
if (!isSelfLink) { |
- log.warning('Warning: Package "$name" does not have a "lib" directory so ' |
+ log.warning('Warning: Package $name does not have a "lib" directory so ' |
'you will not be able to import any libraries from it.'); |
} |
} |