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 4a7b2acc1a59574c9e3255dec6a9d707d8ba82e9..fb65fc3fb4714e8228172420f31248f9962c9f1e 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}:\n' |
+ 'Publishing "${package.name}" ${package.version} to $server:\n' |
'${generateTree(files, baseDir: entrypoint.root.dir)}'); |
return createTarGz(files, baseDir: entrypoint.root.dir); |