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.
2 parents 58297dc + 0175f84 commit f58c85fCopy full SHA for f58c85f
lib/src/tasks/local/cli.dart
@@ -70,8 +70,8 @@ class LocalCli extends TaskCli {
70
71
if (executableParams == null) {
72
var failedExecutableLookup =
73
- 'A executable was not defined for the discovered task '
74
- '${executable.name}.\n\nPlease provide a updated local configuration '
+ 'An executable was not defined for the discovered task '
+ '${executable.name}.\n\nPlease provide an updated local configuration '
75
'which defines what executable to use for the '
76
'"${executable.extension}" file extension.';
77
0 commit comments