custom stdout for InitTaskfile func

This commit is contained in:
Andrey Nering
2017-07-30 19:29:49 -03:00
parent dc1ec77da5
commit bb1aff84cf
3 changed files with 6 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
if err := task.InitTaskfile(wd); err != nil {
if err := task.InitTaskfile(os.Stdout, wd); err != nil {
log.Fatal(err)
}
return