Argentum v1.3.1 - Revisioned the update text that was changed in v1.3.0

This commit is contained in:
Ponali
2025-07-23 19:49:14 +02:00
parent 5f9995684c
commit 98d49639af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ elseif command == "update" then
table.remove(packages, table.find(packages, packages[i]))
i = i - 1
else
print(packages[i].." needs updating [\x1b[93m"..version.."\x1b[39m --> \x1b[93m"..agcfg[packages[i]].version.."\x1b[39m]")
print(packages[i].." is out of date [\x1b[93m"..version.."\x1b[39m < \x1b[92m"..agcfg[packages[i]].version.."\x1b[39m]")
end
end
i = i + 1