sysinfo: (cosmetic) make 'Version' field a JIRA table header
Add missing | char to make 'version' field in JIRA table a header. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
98808b5938
commit
02a0b4ab0b
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# sysinfo
|
||||
#
|
||||
# Copyright (C) 2016 by Digi International Inc.
|
||||
# Copyright (C) 2016,2017 by Digi International Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
|
|
@ -263,7 +263,7 @@ printf "\n\n"
|
|||
echo "-------------------------------------"
|
||||
echo ""
|
||||
|
||||
echo "||*Component*|*Version*"
|
||||
echo "||*Component*||*Version*"
|
||||
echo "|| DUT | SN-${BOARD_SN}, ${MACHINE} ${BOARD_VARIANT} SBCv${BOARD_VERSION} board_ID=${BOARD_ID}."
|
||||
echo "|| U-Boot | ${UBOOT_VERSION}"
|
||||
echo "|| Firmware | ${DISTRO}-${DEY_VERSION}-$(cat /etc/version)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue