From 95b4f7b4efb30eb891946dfc295e82da6fa6214e Mon Sep 17 00:00:00 2001 From: James Conroy Date: Thu, 10 Feb 2022 19:37:23 -0600 Subject: [PATCH] Update the PADDING_CONSTENT to 15 As suggested by @rwwiv Co-authored-by: William Wernert --- salt/common/tools/sbin/so-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-status b/salt/common/tools/sbin/so-status index a81cb9d27..a8032a849 100755 --- a/salt/common/tools/sbin/so-status +++ b/salt/common/tools/sbin/so-status @@ -183,7 +183,7 @@ print_line() { local red; red="$(tput setaf 1)" local green; green="$(tput setaf 2)" local yellow; yellow="$(tput setaf 3)" - PADDING_CONSTANT=16 # two tabs wide + PADDING_CONSTANT=15 # whitespace + brackets + 1 columns=$(tput cols) fi