We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d442f79 commit e5207e9Copy full SHA for e5207e9
lua/papis/sqlite-wrapper.lua
@@ -21,7 +21,7 @@ local db_uri = Path(config["db_path"])
21
local data_tbl_schema = config["data_tbl_schema"]
22
23
if not db_uri:exists() then
24
- db_uri:parent():mkdir()
+ db_uri:parent_assert():mkdir(Path.permission("rwxr-xr-x"), true)
25
end
26
27
local tbl_methods = {}
0 commit comments