diff --git a/src/context.cr b/src/context.cr index ab9763f..7718016 100644 --- a/src/context.cr +++ b/src/context.cr @@ -32,7 +32,7 @@ def pkginfo(package) lines << "conflicts = #{atom.to_s}" end - lines.join "\n" + lines.join("\n") + "\n" end class Package::Backend::Packaging