Index: utils/pub/command_lish.dart |
diff --git a/utils/pub/command_lish.dart b/utils/pub/command_lish.dart |
index e585ce562a64eefe6f52781323494b1292cc52b0..c2def2f15208b7cf61ba34169253dd5c8c43fb15 100644 |
--- a/utils/pub/command_lish.dart |
+++ b/utils/pub/command_lish.dart |
@@ -25,7 +25,7 @@ class LishCommand extends PubCommand { |
ArgParser get commandParser { |
var parser = new ArgParser(); |
- parser.addOption('server', defaultsTo: 'http://pub.dartlang.org', |
+ parser.addOption('server', defaultsTo: 'https://pub.dartlang.org', |
help: 'The package server to which to upload this package'); |
return parser; |
} |