adding the right var

This commit is contained in:
Lucas Gravley 2020-08-18 10:09:18 -05:00
parent 1f55b422da
commit f5752cfd45

View file

@ -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
################################