| 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 8263505637c2c02ab753c154a1dfa88871afb276..01dd0bf94b6e9ad9d4d7c3ec8516bb284d83b05c 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| @@ -113,7 +113,7 @@ class LishCommand extends PubCommand {
|
|
|
| if (entrypoint.root.pubspec.isPrivate) {
|
| dataError('A private package cannot be published.\n'
|
| - 'You can enable this by changing the "publishTo" field in your '
|
| + 'You can enable this by changing the "publish_to" field in your '
|
| 'pubspec.');
|
| }
|
|
|
|
|