Update tools/integration.sh script to new docs tree

Update location to refer to the new fedora getting started guide

Change-Id: I507e1102a1979debd975fa6601e5385b1a47a756
This commit is contained in:
Steven Hardy 2013-04-29 17:20:41 +01:00
parent 746877fe2e
commit 9531cbf586

View File

@ -12,7 +12,7 @@ error() {
} }
run() { run() {
bash -c "$($TOOLS_DIR/rst2script.sed $HEAT_DIR/docs/GettingStarted.rst)" || error bash -c "$($TOOLS_DIR/rst2script.sed $HEAT_DIR/doc/source/getting_started/on_fedora.rst)" || error
} }
case $1 in case $1 in