Skip to content

Commit

Permalink
Fix typo in prepare_dom0.sh
Browse files Browse the repository at this point in the history
Change-Id: I9ad4ff3f9490822428e12eadd454fe2c51affa71
  • Loading branch information
Renuka Apte committed Mar 21, 2012
1 parent ed11195 commit 6325907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xen/prepare_dom0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6325907

Please sign in to comment.