mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
fix the config having both expanded and non expanded
This commit is contained in:
parent
7e6711fc0e
commit
626105547c
@ -85,6 +85,7 @@ local function expand_dir(config)
|
|||||||
for k in pairs(projects) do
|
for k in pairs(projects) do
|
||||||
local expanded_path = Path.new(k):expand()
|
local expanded_path = Path.new(k):expand()
|
||||||
projects[expanded_path] = projects[k]
|
projects[expanded_path] = projects[k]
|
||||||
|
projects[k] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user