Fix one character mistake in include-raw-vpp-docs.sh 49/2749/1
authorEd Warnicke <eaw@cisco.com>
Fri, 9 Sep 2016 00:44:16 +0000 (17:44 -0700)
committerEd Warnicke <eaw@cisco.com>
Fri, 9 Sep 2016 00:44:16 +0000 (17:44 -0700)
Change-Id: Id41a74e741d5bd4bdc834373893e20d6d17445cb
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-docs.sh

index 8b60d33..71c7eed 100644 (file)
@@ -19,7 +19,7 @@ sudo apt-get install -y zip
 make doxygen
 cd ${DOC_DIR}
 zip -r ${DOC_FILE} *
-cat pom.xml << EOF
+cat pom.xml << EOF
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>io.fd.vpp</groupId>