Merge pull request #137 from nyushi/fix-example-code

Fix example code
This commit is contained in:
Dan Buch 2014-09-22 23:34:35 -04:00
commit f7ebb761e8

View File

@ -260,7 +260,7 @@ app.Commands = []cli.Command{
return return
} }
for _, t := range tasks { for _, t := range tasks {
println(t) fmt.Println(t)
} }
}, },
} }