| Index: sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/lish.dart b/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| index 6d75814336c2f5d39ae5ca6dc019b7282a9d2cd5..72143ecca649bb48089961b81a32e5ea1ce9131a 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| @@ -106,7 +106,7 @@ class LishCommand extends PubCommand {
|
| // Show the package contents so the user can verify they look OK.
|
| var package = entrypoint.root;
|
| log.message(
|
| - 'Publishing "${package.name}" ${package.version} to $server:\n'
|
| + 'Publishing ${package.name} ${package.version} to $server:\n'
|
| '${generateTree(files, baseDir: entrypoint.root.dir)}');
|
|
|
| return createTarGz(files, baseDir: entrypoint.root.dir);
|
|
|