Skip to content

Commit

Permalink
create .config dir if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdone committed May 8, 2015
1 parent 49c68ed commit b8aead9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hsbox/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(File. xdg)
(File. (System/getProperty "user.home") ".config"))
app-config (File. config-home "headshotbox")]
(.mkdir config-home)
(.mkdir app-config)
app-config))

Expand Down

0 comments on commit b8aead9

Please sign in to comment.