Skip to content

Commit

Permalink
ci: make dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 6, 2024
1 parent fd24f16 commit 99750ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hawtkeys/e2e_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local ts = require("hawtkeys.ts")

local function copy_configs_to_stdpath_config()
local config_dir = vim.fn.stdpath("config")
vim.fn.mkdir(config_dir, "p")
vim.fn.writefile(
vim.fn.readfile("tests/hawtkeys/example_configs/e2e_config.lua"),
config_dir .. "/e2e_config.lua"
Expand Down

0 comments on commit 99750ac

Please sign in to comment.