Skip to content

Commit e9e225b

Browse files
authored
Update destroy-infrastructure.sh
1 parent cee9a01 commit e9e225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/destroy-infrastructure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ source $SCRIPT_DIR/lib/common-env.sh
1010

1111
root="$SCRIPT_DIR/.."
1212

13-
cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction -f --timeout 45m -
13+
cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction --timeout 45m -f -

0 commit comments

Comments
 (0)