summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/03-maasdeploy.sh2
1 files changed, 1 insertions, 1 deletions
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 " "`