Skip to content

Commit 2c88a0f

Browse files
authored
Fix file targeted by sed in DeployStack test (#2242)
1 parent f72d900 commit 2c88a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.deploystack/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ section_open "Testing Online Boutique's front-end is working"
173173
section_close
174174

175175
# Uncomment the line: "deletion_protection = false"
176-
sed -i "s/# deletion_protection/deletion_protection/g" main.tf
176+
sed -i "s/# deletion_protection/deletion_protection/g" ${DIR}/main.tf
177177

178178
terraform -chdir="$DIR" destroy -auto-approve \
179179
-var gcp_project_id="${PROJECT}" \

0 commit comments

Comments
 (0)