tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 119 forks source link

Ensuring that the entire folder path structure does exist. I've seen … #81

Open nbonavia opened 4 years ago

nbonavia commented 4 years ago

…some intermittent issues on mac where the temporary folder had some missing folders within the path, hence the library is not able to create the folder. Using the MkdirAll solved the problem

Signed-off-by: Neville Bonavia neville.bonavia@gig.com