mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
fix: Moves aap script, so that it can be used from airflow assessment template scripts.
This commit is contained in:
2
env/.local/scripts/utils/hpa/hpa-create
vendored
2
env/.local/scripts/utils/hpa/hpa-create
vendored
@@ -77,7 +77,7 @@ create() {
|
||||
# Setup approriate configuration and project suffix.
|
||||
if [[ $airflow_flag == "1" ]]; then
|
||||
suffix="AAP"
|
||||
script="$SCRIPTS/utils/hpa/aap"
|
||||
script="$SCRIPTS/aap"
|
||||
else
|
||||
suffix="HPA"
|
||||
script="$SCRIPTS/hpa"
|
||||
|
||||
Reference in New Issue
Block a user