mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
Merge pull request #45 from polarmutex/fix-cache-duplication
fix the config having both expanded and non expanded
This commit is contained in:
commit
2d0cb2aabb
@ -85,6 +85,7 @@ local function expand_dir(config)
|
||||
for k in pairs(projects) do
|
||||
local expanded_path = Path.new(k):expand()
|
||||
projects[expanded_path] = projects[k]
|
||||
projects[k] = nil
|
||||
end
|
||||
|
||||
return config
|
||||
|
Loading…
x
Reference in New Issue
Block a user