From 821c80b61e14bd0d981efbefc73125c6a6814473 Mon Sep 17 00:00:00 2001 From: jaedle <32975714+jaedle@users.noreply.github.com> Date: Mon, 19 Aug 2019 20:53:35 +0200 Subject: [PATCH] Fix error message Co-Authored-By: Andrey Nering --- task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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