summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-06-24 19:39:32 -0500
committerJohn Estabrook <jestabro@vyos.io>2024-09-11 12:06:26 -0500
commit6bc1aff55e29dba2367839379fbd3863498ba757 (patch)
tree37299dfd4c15667acdd45aec4a1ee2acba56b252
parentf7f51060f38baecf5624830169ca2ec93f585dfe (diff)
downloadvyos-1x-6bc1aff55e29dba2367839379fbd3863498ba757.tar.gz
vyos-1x-6bc1aff55e29dba2367839379fbd3863498ba757.zip
migration: T6007: fix cosmetic issue of extra newline
(cherry picked from commit 5502a75b1747caf94e2b69982c89088281c8ca1f)
-rw-r--r--python/vyos/component_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/component_version.py b/python/vyos/component_version.py
index aebf90a0f..0c305e5e0 100644
--- a/python/vyos/component_version.py
+++ b/python/vyos/component_version.py
@@ -56,7 +56,7 @@ REGEX_RELEASE_VERSION_VYATTA = r'/\* Release version:\s+(\S*)\s*\*/'
CONFIG_FILE_VERSION = """\
// Warning: Do not remove the following line.
// vyos-config-version: "{}"
-// Release version: {}\n
+// Release version: {}
"""
warn_filter_vyos = re.compile(REGEX_WARN_VYOS)