Skip to content

Commit f58c85f

Browse files
Merge pull request #157 from bencampbell-wf/CP-1531_release_1.2.0
Correct Grammar in Error Statement
2 parents 58297dc + 0175f84 commit f58c85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/tasks/local/cli.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class LocalCli extends TaskCli {
7070

7171
if (executableParams == null) {
7272
var failedExecutableLookup =
73-
'A executable was not defined for the discovered task '
74-
'${executable.name}.\n\nPlease provide a updated local configuration '
73+
'An executable was not defined for the discovered task '
74+
'${executable.name}.\n\nPlease provide an updated local configuration '
7575
'which defines what executable to use for the '
7676
'"${executable.extension}" file extension.';
7777

0 commit comments

Comments
 (0)