Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make tmpFile close the newly created file in case a future task need …
…to delete it This could cause checksumming from file on windows to error because the go-getter would try to download to that temporary file that is still opened. This probably worked on unix system as the system considered the process as being the same.
- Loading branch information