1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00

Add missing newlines

This commit is contained in:
tylermmorton 2022-02-21 15:33:54 -05:00
parent 1f1275255c
commit fc95061f4c
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,5 @@ includes:
'two': ./two/
tasks:
default: echo one > called_one.txt
default: echo one > called_one.txt

View File

@ -1,4 +1,5 @@
version: '3'
tasks:
default: echo three > called_three.txt
default: echo three > called_three.txt