Merge "Update tools/integration.sh script to new docs tree"

This commit is contained in:
Jenkins 2013-04-30 10:00:47 +00:00 committed by Gerrit Code Review
commit 0524aa2f09

View File

@ -12,7 +12,7 @@ error() {
}
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