Skip to content

Commit

Permalink
Better substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Jan 16, 2025
1 parent 0796083 commit 338afd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
elif [ "$ENVIRONMENT" = "va-testing" ]; then
ENVIRONMENT_TYPE_CODE="testing"
else
ENVIRONMENT_TYPE_CODE="environment"
ENVIRONMENT_TYPE_CODE="$ENVIRONMENT"
fi
if [ -z "$NODEPOOL_TEMPLATE" ]; then
Expand Down

0 comments on commit 338afd4

Please sign in to comment.