Fix typo in prepare_dom0.sh

Change-Id: I9ad4ff3f9490822428e12eadd454fe2c51affa71
This commit is contained in:
Renuka Apte 2012-03-21 14:42:30 -07:00
parent ed111950f8
commit 6325907aa5

View File

@ -35,7 +35,7 @@ if ! which git; then
fi
# Clone devstack
DEVSTACK=${DEVSTACKROOT:/root/devstack}
DEVSTACK=${DEVSTACKROOT:-"/root/devstack"}
if [ ! -d $DEVSTACK ]; then
git clone git://github.com/openstack-dev/devstack.git $DEVSTACK
fi