maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
6.99k stars 155 forks source link

Fix bug where public keys directory would not be created #476

Closed maxgoedjen closed 11 months ago

maxgoedjen commented 11 months ago

The try on https://github.com/maxgoedjen/secretive/pull/476/files#diff-e73a4260fbc17590be26464100542cebbd891e5f21b5b068c275430d4ed6bb60L23 would throw if the directory had not yet been created, preventing the intended creation below.

Fixes #475