ggilder / bitrot

MIT License
2 stars 2 forks source link

Create directory for manifest if it doesn't exist #19

Closed faun closed 9 years ago

faun commented 9 years ago

When generating a manifest for the first time, the app will panic if the directory does not exist. This commit explicitly creates that directory.

ggilder commented 9 years ago

How come this didn't fail a test? Seems like we should add a test that covers this?

faun commented 9 years ago

Yeah, I was running an older version of the command line tool. This bug does not exist on the current master.