You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: '2'
tasks:
hello:
cmds:
- echo 'Hello World from Task!'
silent: true
Hi, thanks for your support. I have an issue with latest version when Taskfile.yml was created on windows & has crlf line endings. As a result of running task -l I'm getting following error
yaml: line 4: mapping values are not allowed in this context
Once I changed line endings to lf task started to work, I can run task hello.
Thank you.
The text was updated successfully, but these errors were encountered:
Task version
2.5.1
OS
Windows 10
Example Taskfile showing the issue
Hi, thanks for your support. I have an issue with latest version when Taskfile.yml was created on windows & has
crlf
line endings. As a result of runningtask -l
I'm getting following errorOnce I changed line endings to
lf
task started to work, I can runtask hello
.Thank you.
The text was updated successfully, but these errors were encountered: