diff --git a/task.go b/task.go index 8a0ab124..4d8097e7 100644 --- a/task.go +++ b/task.go @@ -123,7 +123,7 @@ func (e *Executor) Setup() error { } if v < 2 { - return fmt.Errorf(`task: Taskfile version prior to v2 are not supported anymore`) + return fmt.Errorf(`task: Taskfile versions prior to v2 are not supported anymore`) } // consider as equal to the greater version if round