mirror of
https://github.com/flutter/packages.git
synced 2025-06-09 05:59:45 +08:00
This commit is contained in:
@ -27,8 +27,8 @@ class FirebaseTestLabCommand extends PluginCommand {
|
||||
help: 'The Firebase project name.',
|
||||
);
|
||||
argParser.addOption('service-key',
|
||||
defaultsTo: p.join(
|
||||
io.Platform.environment['HOME'] ?? '/', 'gcloud-service-key.json'));
|
||||
defaultsTo:
|
||||
p.join(io.Platform.environment['HOME'], 'gcloud-service-key.json'));
|
||||
argParser.addOption('test-run-id',
|
||||
defaultsTo: Uuid().v4(),
|
||||
help:
|
||||
|
Reference in New Issue
Block a user