Correct Mistakes - 6th try

This commit is contained in:
Tiago Programmer 2019-12-20 20:08:05 +00:00 committed by GitHub
parent 054047a014
commit ba8c033f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,9 @@ f_test_shellcheck_version() {
return $?
}
printf "#################\n"
printf "=================\n"
printf "TESTS\n"
printf "#################\n"
printf "=================\n"
printf "Nano Version ok? %s\n" "$(f_test_nano_version)"
printf "Shellcheck Version ok? %s\n" "$(f_test_shellcheck_version)"
# ....shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"