mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 09:30:58 -05:00
adding the right var
This commit is contained in:
parent
1f55b422da
commit
f5752cfd45
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ Reports() {
|
||||||
#############################################
|
#############################################
|
||||||
info "Contents of report folder:"
|
info "Contents of report folder:"
|
||||||
OUTPUT_CONTENTS_CMD=$(ls "${REPORT_OUTPUT_FOLDER}")
|
OUTPUT_CONTENTS_CMD=$(ls "${REPORT_OUTPUT_FOLDER}")
|
||||||
info "$REPORT_OUTPUT_FOLDER"
|
info "$OUTPUT_CONTENTS_CMD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################################
|
################################
|
||||||
|
|
Loading…
Reference in a new issue