Skip to content

Commit

Permalink
Remove warning for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Mar 4, 2018
1 parent 4f36892 commit c1ae368
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions task.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ func (e *Executor) setup() error {
Expansions: e.Taskfile.Expansions,
Logger: e.Logger,
}

if !e.Silent {
e.Logger.Errf(`task: warning: Taskfile "version: 2" is experimental and implementation can change before v2.0.0 release`)
}
case version.IsV21(v):
return fmt.Errorf(`task: Taskfile versions greater than v2 not implemented in the version of Task`)
}
Expand Down

0 comments on commit c1ae368

Please sign in to comment.