Fix sync not completing when some packages are disabled, and make readme pretty
This commit is contained in:
@ -470,11 +470,13 @@ end
|
||||
|
||||
local function sync(package, cb)
|
||||
if not package.enabled then
|
||||
cb()
|
||||
return
|
||||
end
|
||||
|
||||
if package.exists then
|
||||
if package.pin then
|
||||
cb()
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user