1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Fix error message

Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
This commit is contained in:
jaedle
2019-08-19 20:53:35 +02:00
committed by GitHub
parent 5a6fb7c973
commit 821c80b61e

View File

@@ -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