Skip to content

Commit

Permalink
Force flag to destroy-all command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNodi committed Sep 3, 2017
1 parent 6d80352 commit dcfb2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ $# -gt 0 ]; then
elif [ "$1" == "destroy-all" ]; then
for DIRECTORY in `find $VAGRANT_FOLDER -maxdepth 1 -type d`; do
if [[ "$DIRECTORY" != $VAGRANT_FOLDER ]]; then
./develop destroy ${DIRECTORY##*/}
./develop destroy ${DIRECTORY##*/} -f
fi
done

Expand Down

0 comments on commit dcfb2fa

Please sign in to comment.