Fix bashate failure in zuul

This review allows this repo to pass zuul.

Bashate 2.1.1 was released Oct 6, 2022
It adds a more stict indentation check

Fixed the new bashate error.

Related-Bug: 1991971

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I2730f9216b46b3fa2a83f2f8d55ead2b813f4e37
This commit is contained in:
Al Bailey 2022-10-07 17:13:44 +00:00
parent 1eb4d18922
commit d555f1aae3
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function parse_iostats_data {
while IFS= read -r current; do
if test "${current#*Linux}" != "$current"
then
# Skip the line that contains the word "Linux"
# Skip the line that contains the word "Linux"
continue
else
if test "${current#*$DEVICE}" == "$current"