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:
2
task.go
2
task.go
@@ -123,7 +123,7 @@ func (e *Executor) Setup() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if v < 2 {
|
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
|
// consider as equal to the greater version if round
|
||||||
|
Reference in New Issue
Block a user