summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-09-11 21:22:23 -0500
committerDaniil Baturin <daniil@vyos.io>2021-09-11 21:22:54 -0500
commitb88a9fa6c70c7b15d20396e71a694008e6e31625 (patch)
treeccefbe83a6b8d59d2529ceb5c0b23f09c82f8aba /python
parentcd38cccd39841a86452a47ac5451ed7e8212fe97 (diff)
downloadvyos-1x-b88a9fa6c70c7b15d20396e71a694008e6e31625.tar.gz
vyos-1x-b88a9fa6c70c7b15d20396e71a694008e6e31625.zip
Fix inconsistent capitalization in the show version output
Diffstat (limited to 'python')
-rw-r--r--python/vyos/airbag.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/vyos/airbag.py b/python/vyos/airbag.py
index a20f44207..3c7a144b7 100644
--- a/python/vyos/airbag.py
+++ b/python/vyos/airbag.py
@@ -125,14 +125,14 @@ def _intercepting_exceptions(_singleton=[False]):
# if the key before the value has not time, syslog takes that as the source of the message
FAULT = """\
-Report Time: {date}
-Image Version: VyOS {version}
-Release Train: {release_train}
+Report time: {date}
+Image version: VyOS {version}
+Release train: {release_train}
Built by: {built_by}
Built on: {built_on}
Build UUID: {build_uuid}
-Build Commit ID: {build_git}
+Build commit ID: {build_git}
Architecture: {system_arch}
Boot via: {boot_via}