diff --git a/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh b/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh index 0121b042..ee5435e5 100644 --- a/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh +++ b/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh @@ -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