Fix error in build-ha-guide.sh
Add missing "," so that the sed replace works. Change-Id: I700467bc48b29f6bf67421fffce1870998eaaae1
This commit is contained in:
parent
4fb4906e9e
commit
ccb51b7432
@ -21,6 +21,6 @@ asciidoc -b docbook -d book -o - ha-guide.txt | \
|
||||
xsltproc -o - $DB_UPGRADE - | \
|
||||
xmllint --format - | \
|
||||
sed -e 's,<book,<book xml:id="bk-ha-guide",' | \
|
||||
sed -e 's,<!-- Converted by db4-upgrade version 1.0 -->,' |\
|
||||
sed -e 's,<!-- Converted by db4-upgrade version 1.0 -->,,' |\
|
||||
sed -e 's,<info,<?rax pdf.url="../openstack-ha-guide-trunk.pdf"?><info,' \
|
||||
> bk-ha-guide.xml
|
||||
|
Loading…
Reference in New Issue
Block a user