From 0447cd98a5d928257cd00bccef4af9b983cf1857 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:28:18 -0600 Subject: [PATCH] fix name --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index a34c81af..7db36da6 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1142,7 +1142,7 @@ LintCodebase() ############################################################ if [ ${#FILE_ARRAY[@]} -eq 0 ] && [ "$VALIDATE_ALL_CODEBASE" == "false" ]; then # No files found in commit and user has asked to not validate code base - echo " - No files found in chageset to lint for language:[JSON]" + echo " - No files found in chageset to lint for language:[$FILE_TYPE]" elif [ ${#FILE_ARRAY[@]} -ne 0 ]; then # We have files added to array of files to check LIST_FILES=("${FILE_ARRAY[@]}") # Copy the array into list