mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Fix shfmt bad test
This commit is contained in:
parent
4b92c25a4b
commit
1d6fad5626
1 changed files with 5 additions and 5 deletions
|
@ -8,10 +8,10 @@ ERROR_CODE=$?
|
|||
|
||||
# Check the shell
|
||||
if [ ${ERROR_CODE} -ne 0 ]; then
|
||||
echo "We did it!"
|
||||
exit 0
|
||||
echo "We did it!"
|
||||
exit 0
|
||||
else
|
||||
echo "We done goofed it..."
|
||||
echo "${HELLO_WORLD}"
|
||||
exit 1
|
||||
echo "We done goofed it..."
|
||||
echo "${HELLO_WORLD}"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue