Fix for empty changelog

This commit is contained in:
alexey
2026-03-16 20:19:59 +03:00
parent 97b6db5b31
commit cbe4505d1e

View File

@@ -107,7 +107,6 @@ class RepoManager
begin
pkg_info[:chlog] << info[:pkginfo].changelog.first
rescue
pkg_info[:chlog] << "Change log error"
end
pkg_info[:pname] = info[:pkginfo].name
else