Skip to content

Commit

Permalink
include unit
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Mar 26, 2024
1 parent 092321e commit edc9288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/susqltop
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
ns=$(echo ${alldata} | jq -r '.items[].metadata.namespace' | uniq)
fi

printf '%-20s%-40s%-60s%-20s\n' NameSpace LabelGroup Labels TotalEnergy
printf '%-20s%-40s%-60s%-20s\n' NameSpace LabelGroup Labels 'TotalEnergy (J)'

for namespace in ${ns}
do
Expand Down

0 comments on commit edc9288

Please sign in to comment.