config: clean untranslated comment

This commit is contained in:
Ark74 2025-10-15 16:01:54 -06:00
parent f9a85c2a6f
commit 52c20bbb8b

View file

@ -86,7 +86,6 @@ changelog_multiline() {
local version="${2:-$FULLVERSION}"
local dist="${3:-$REPO}"
# Iniciar changelog si la versión aún no está
if ! grep -q "$version" debian/changelog 2>/dev/null; then
dch -v "$version" -D "$dist" ""
fi