Skip to content

Commit b1d98f7

Browse files
committed
Fix anomaly Graph visualization executed twice
1 parent 55240e2 commit b1d98f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

domains/anomaly-detection/anomalyDetectionVisualization.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ ANOMALY_DETECTION_SCRIPT_DIR=${ANOMALY_DETECTION_SCRIPT_DIR:-$(CDPATH=. cd -- "$
2424
ANOMALY_DETECTION_GRAPHS_DIR=${ANOMALY_DETECTION_GRAPHS_DIR:-"${ANOMALY_DETECTION_SCRIPT_DIR}/graphs"} # Contains everything (scripts, queries, templates) to create the Markdown summary report for anomaly detection
2525

2626
# Delegate the execution to the responsible script.
27-
source "${ANOMALY_DETECTION_GRAPHS_DIR}/anomalyDetectionGraphVisualization.sh"
27+
source "${ANOMALY_DETECTION_GRAPHS_DIR}/anomalyDetectionGraphs.sh"

0 commit comments

Comments
 (0)