From c951f38fedc34d32b47a93b46c2c07b94f4c3b08 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 10 Feb 2017 01:19:54 -0600 Subject: [PATCH] spell check and fix errors. Change-Id: I0184cca01a7bc0372d41bf32c250d1d724409700 Signed-off-by: Narinder Gupta --- ci/03-maasdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 66a7fd03..fa1dbf78 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -306,7 +306,7 @@ addnodes(){ done if [ "$virtinstall" -eq 1 ]; then - ntew=" --network bridge=virbr0,model=virtio" + netw=" --network bridge=virbr0,model=virtio" else brid=`brctl show | grep 8000 | cut -d "8" -f 1 | tr "\n" " " | tr "\t" " " | tr -s " "` -- 2.16.6