Prime does not suck, that much.

This commit is contained in:
Jesse Leite 2021-03-24 11:15:49 -04:00
parent a002b9cf17
commit 7ca4d07089

View File

@ -93,7 +93,9 @@ 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
if expanded_path ~= k then
projects[k] = nil
end
end
return config