Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangraham2001 committed Sep 10, 2024
1 parent d5ee070 commit 6028bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/infrastructure/utils/generate_terraform_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cd "${BASEDIR}"

docker build -t terraform-variables:latest .
docker run \
-v "${BASE_DIR}/":/app/utils:rw \
-v "${BASE_DIR}/../dependencies":/app/examples:rw \
-v "${BASE_DIR}/../modules":/app/modules:rw \
-v "${BASEDIR}/":/app/utils:rw \
-v "${BASEDIR}/../dependencies":/app/examples:rw \
-v "${BASEDIR}/../modules":/app/modules:rw \
-w /app/utils \
terraform-variables \
ls ../ && python variables.py $@

0 comments on commit 6028bab

Please sign in to comment.