Skip to content

Commit 10dc113

Browse files
committed
fix --yes param
1 parent 3945e71 commit 10dc113

File tree

1 file changed

+1
-1
lines changed
  • Runner-Images/DeploymentStacks/scripts

1 file changed

+1
-1
lines changed

Runner-Images/DeploymentStacks/scripts/delete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo -e "\n>>> Beginning Deletion ...\n"
2424

2525
az stack group delete --resource-group "$ADE_RESOURCE_GROUP_NAME" \
2626
--name "$ADE_ENVIRONMENT_NAME" \
27-
-- yes \
27+
--yes \
2828
--action-on-unmanage deleteResources
2929

3030
if [ $? -eq 0 ]; then # deployment successfully created

0 commit comments

Comments
 (0)