Index: lib/src/command/lish.dart |
diff --git a/lib/src/command/lish.dart b/lib/src/command/lish.dart |
index 3d10b8930061851586ff2ac9bed2880fa282f64c..3ed4c4955d94b4292fec4ec076f7a40ae8a85730 100644 |
--- a/lib/src/command/lish.dart |
+++ b/lib/src/command/lish.dart |
@@ -56,7 +56,7 @@ class LishCommand extends PubCommand { |
help: 'The package server to which to upload this package.'); |
} |
- Future _publish(packageBytes) async { |
+ Future _publish(List<int> packageBytes) async { |
var cloudStorageUrl; |
try { |
await oauth2.withClient(cache, (client) { |