Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 9, 2021
1 parent 0d62bc1 commit 07021fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-remove-defaults/templates/delete-defaults.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi

if [ ! -z "${network_acl}" ]
then
echo "# default network acl ${nework_acl} removed after VPC is removed"
echo "# default network acl ${network_acl} removed after VPC is removed"
# echo "# aws --profile ${profile} --region ${region} ec2 delete-network-acl --network-acl-id ${network_acl} $DRYRUN"
# aws --profile ${profile} --region ${region} ec2 delete-network-acl --network-acl-id ${network_acl} $DRYRUN
else
Expand Down

0 comments on commit 07021fe

Please sign in to comment.