Bugfix: Double updating #2, patch to the patch
This commit is contained in:
1
ccpt
1
ccpt
@@ -418,6 +418,7 @@ function upgradepackage(packageid,packageinfo)
|
||||
installedpackages = readData("/.ccpt/installedpackages",true)
|
||||
if installedpackages[packageid]==packageinfo["newestversion"] then
|
||||
properprint.pprint("'" .. packageid .. "' already updated! Skipping... (This is NOT an error)")
|
||||
return true
|
||||
else
|
||||
properprint.pprint("Updating '" .. packageid .. "' (" .. installedpackages[packageid] .. "->" .. packageinfo["newestversion"] .. ")...")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user