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 begin
pkg_info[:chlog] << info[:pkginfo].changelog.first pkg_info[:chlog] << info[:pkginfo].changelog.first
rescue rescue
pkg_info[:chlog] << "Change log error"
end end
pkg_info[:pname] = info[:pkginfo].name pkg_info[:pname] = info[:pkginfo].name
else else