Fix typo in 06_host_cleanup.sh 06/4306/1
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 3 Jun 2021 21:25:39 +0000 (14:25 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 3 Jun 2021 21:25:39 +0000 (14:25 -0700)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ibe2674df70d2bea8924a242f9c60475b87508fbb

env/metal3/06_host_cleanup.sh

index f206d92..3f29be5 100755 (executable)
@@ -12,7 +12,7 @@ for name in ironic ironic-inspector dnsmasq httpd mariadb ipa-downloader; do
 done
 
 ip link set provisioning down || true
-brctl delbr provision || true
+brctl delbr provisioning || true
 
 ip link set dhcp0 down || true
 brctl delbr dhcp0 || true