Skip to content

Conversation

masaushi
Copy link
Contributor

@masaushi masaushi commented Sep 27, 2021

This PR is to fix #481.

When a directory is specified on dir parameter in Taskfile, a file/directory not found error occurs when evaluating dynamic variables with the directory which does not exist.

That error shouldn't be raised because the specified directory will be created in later operations.
So I added some changes to avoid directory not found error.

andreynering added a commit that referenced this pull request Jan 4, 2022
@andreynering andreynering merged commit f945fa6 into go-task:master Jan 4, 2022
@andreynering
Copy link
Member

Thanks @masaushi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants