mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: Print dotenv file path when there is an error reading file (#1842)
This commit is contained in:
committed by
GitHub
parent
e619bad4a9
commit
8d0f0b049c
2
testdata/dotenv/parse_error/.env-with-error
vendored
Normal file
2
testdata/dotenv/parse_error/.env-with-error
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#intentional parse error
|
||||
SOME_VAR
|
8
testdata/dotenv/parse_error/Taskfile.yml
vendored
Normal file
8
testdata/dotenv/parse_error/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
dotenv: ['.env-with-error']
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmd: "true"
|
||||
|
Reference in New Issue
Block a user