Skip to content

Commit

Permalink
remove extra brace
Browse files Browse the repository at this point in the history
Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
  • Loading branch information
thedtripp committed Jun 26, 2024
1 parent bfd9078 commit 6911db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function shellcheck_pass {

echo "Running shellcheck on scripts"
${SHELLCHECK} -fgcc build test scripts/*.sh ./*.sh 2>&1 | while read -r line; do echo -e "${COLOR_NONE}stderr: ${COLOR_MAGENTA}${line}${COLOR_NONE}"; done
}

}

function shellws_pass {
Expand Down

0 comments on commit 6911db5

Please sign in to comment.