summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-docs.sh
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-09-08 17:44:16 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-08 17:44:16 -0700
commitc3626dcdf6181a53c73e5264ba78a0b2c9c81545 (patch)
tree727a289498eb737a4dd2bf0663fc73567634ccc6 /jjb/vpp/include-raw-vpp-docs.sh
parentdced6bb6e87a3d79f8df19198508aa5462fd6e13 (diff)
Fix one character mistake in include-raw-vpp-docs.sh
Change-Id: Id41a74e741d5bd4bdc834373893e20d6d17445cb Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/vpp/include-raw-vpp-docs.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh
index 8b60d33a3..71c7eed5a 100644
--- a/jjb/vpp/include-raw-vpp-docs.sh
+++ b/jjb/vpp/include-raw-vpp-docs.sh
@@ -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>