fix: Moves aap script, so that it can be used from airflow assessment template scripts.

This commit is contained in:
2025-12-15 12:29:43 -05:00
parent fb0e4d705b
commit 1b504cca65
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ create() {
# Setup approriate configuration and project suffix. # Setup approriate configuration and project suffix.
if [[ $airflow_flag == "1" ]]; then if [[ $airflow_flag == "1" ]]; then
suffix="AAP" suffix="AAP"
script="$SCRIPTS/utils/hpa/aap" script="$SCRIPTS/aap"
else else
suffix="HPA" suffix="HPA"
script="$SCRIPTS/hpa" script="$SCRIPTS/hpa"