Skip to content

Commit 5c68f78

Browse files
committed
Document MARKDOWN_INCLUDES_DIRECTORY
1 parent 5d1a5e4 commit 5c68f78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

domains/anomaly-detection/summary/anomalyDetectionSummary.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -o errexit -o pipefail
1515

1616
# Overrideable Constants (defaults also defined in sub scripts)
1717
REPORTS_DIRECTORY=${REPORTS_DIRECTORY:-"reports"}
18-
MARKDOWN_INCLUDES_DIRECTORY=${MARKDOWN_INCLUDES_DIRECTORY:-"includes"}
18+
MARKDOWN_INCLUDES_DIRECTORY=${MARKDOWN_INCLUDES_DIRECTORY:-"includes"} # Subdirectory that contains Markdown files to be included by the Markdown template for the report.
1919

2020
## Get this "domains/anomaly-detection/summary" directory if not already set
2121
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
@@ -26,7 +26,6 @@ ANOMALY_DETECTION_SUMMARY_DIR=${ANOMALY_DETECTION_SUMMARY_DIR:-$(CDPATH=. cd --
2626
# Get the "scripts" directory by taking the path of this script and going one directory up.
2727
SCRIPTS_DIR=${SCRIPTS_DIR:-"${ANOMALY_DETECTION_SUMMARY_DIR}/../../../scripts"} # Repository directory containing the shell scripts
2828

29-
MARKDOWN_INCLUDES_DIRECTORY="includes"
3029
MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:-"${SCRIPTS_DIR}/markdown"}
3130
#echo "anomalyDetectionSummary: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
3231

0 commit comments

Comments
 (0)