We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bfd81 commit 8356b2fCopy full SHA for 8356b2f
tool/plugin/lib/verify.dart
@@ -71,7 +71,7 @@ class VerifyCommand extends ProductCommand {
71
}
72
73
74
- var verifiedVersions = specs.map((spec) => spec.name).toList().join(', ');
+ var verifiedVersions = buildSpecs.map((spec) => spec.name).toList().join(', ');
75
log('\nVerification of the ${buildSpecs.length} builds was '
76
'successful: $verifiedVersions.');
77
return result;
0 commit comments