Fix typo in prepare_dom0.sh
Change-Id: I9ad4ff3f9490822428e12eadd454fe2c51affa71
This commit is contained in:
parent
ed111950f8
commit
6325907aa5
@ -35,7 +35,7 @@ if ! which git; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone devstack
|
# Clone devstack
|
||||||
DEVSTACK=${DEVSTACKROOT:/root/devstack}
|
DEVSTACK=${DEVSTACKROOT:-"/root/devstack"}
|
||||||
if [ ! -d $DEVSTACK ]; then
|
if [ ! -d $DEVSTACK ]; then
|
||||||
git clone git://github.com/openstack-dev/devstack.git $DEVSTACK
|
git clone git://github.com/openstack-dev/devstack.git $DEVSTACK
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user