From 79878c8ae93a8d99432ff4bf38ba627e6457fca0 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:55:21 -0500 Subject: [PATCH] adding more print --- lib/linter.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 12c799db..a794626e 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1761,13 +1761,6 @@ Footer() fi done - ################# - # Footer prints # - ################# - echo "" - echo "----------------------------------------------" - echo "" - ############################### # Exit with 1 if errors found # ############################### @@ -1792,6 +1785,13 @@ Footer() echo "Exiting with errors found!" exit 1 else + ################# + # Footer prints # + ################# + echo "" + echo "All file(s) linted successfully with no errors detected" + echo "----------------------------------------------" + echo "" # Successful exit exit 0 fi