From 52c20bbb8b0d701ddc754d01336651f8098b03f2 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 15 Oct 2025 16:01:54 -0600 Subject: [PATCH] config: clean untranslated comment --- helpers/config | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/config b/helpers/config index 2f07c55..192192f 100755 --- a/helpers/config +++ b/helpers/config @@ -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