From f5752cfd452938932ae445c664284d17e981b1df Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 18 Aug 2020 10:09:18 -0500 Subject: [PATCH] adding the right var --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 075df623..09ae346c 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1034,7 +1034,7 @@ Reports() { ############################################# info "Contents of report folder:" OUTPUT_CONTENTS_CMD=$(ls "${REPORT_OUTPUT_FOLDER}") - info "$REPORT_OUTPUT_FOLDER" + info "$OUTPUT_CONTENTS_CMD" fi ################################