From 27a21eb4cb5665261459abc8df5f1ffcd445eebf Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 28 Feb 2017 18:43:18 -0300 Subject: [PATCH] Fix extension on help text --- cmd/task/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/task/task.go b/cmd/task/task.go index 037a1e3f..a7d968ca 100644 --- a/cmd/task/task.go +++ b/cmd/task/task.go @@ -12,7 +12,7 @@ func main() { fmt.Println(` task [target1 target2 ...]: Runs commands under targets like make. -Example: 'task hello' with the following 'Taskfile.json' file will generate +Example: 'task hello' with the following 'Taskfile.yml' file will generate an 'output.txt' file. ''' hello: