commit | c12a7e6180e2d3770127c9689e9477d1d063f939 | [log] [tgz] |
---|---|---|
author | gopinath <gopinath@opennetworking.org> | Wed Sep 06 11:53:01 2017 -0700 |
committer | Luca Prete <luca@opennetworking.org> | Mon Sep 11 14:16:30 2017 -0700 |
tree | 4800fc6011b6b39b145bbca941afb8e675f11c1a | |
parent | c648005df5dcb29f703da2f4430c498a08cb25a0 [diff] [blame] |
Fixing bug in forced vagrant destroy action Change-Id: I30a8bd44478c63916e39e2e093df9894c328d1d8 (cherry picked from commit 1fc1bc75bd9ea55175df5eeff0661016d944861b)
diff --git a/Makefile b/Makefile index daaa435..8c9ec88 100644 --- a/Makefile +++ b/Makefile
@@ -135,7 +135,7 @@ $(ANSIBLE_PB) $(PI)/bootstrap-dev-env.yml $(LOGCMD) vagrant-destroy: - $(VAGRANT) -f destroy $(LOGCMD) + $(VAGRANT) destroy -f $(LOGCMD) rm -f $(M)/vagrant-up xos-teardown: xos-update-images