Index: sdk/lib/_internal/pub/lib/src/command/lish.dart |
=================================================================== |
--- sdk/lib/_internal/pub/lib/src/command/lish.dart (revision 25008) |
+++ sdk/lib/_internal/pub/lib/src/command/lish.dart (working copy) |
@@ -44,7 +44,7 @@ |
help: 'Validate but do not publish the package.'); |
commandParser.addFlag('force', abbr: 'f', negatable: false, |
help: 'Publish without confirmation if there are no errors.'); |
- commandParser.addOption('server', defaultsTo: HostedSource.DEFAULT_URL, |
+ commandParser.addOption('server', defaultsTo: HostedSource.defaultUrl, |
help: 'The package server to which to upload this package.'); |
} |