From: Ed Warnicke Date: Thu, 8 Sep 2016 23:05:17 +0000 (-0700) Subject: Fix typo in include-raw-vpp-docs.sh X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=bd6c28286f29e2300d4c145ad0ec07d8846860d0;p=ci-management.git Fix typo in include-raw-vpp-docs.sh Change-Id: I47b5f461c589f9f45d6d2312604da992ad34500a Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh index 076004b13..de83731ae 100644 --- a/jjb/vpp/include-raw-vpp-docs.sh +++ b/jjb/vpp/include-raw-vpp-docs.sh @@ -4,7 +4,7 @@ set -e [ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp [ "$DOCS_FILE" ] || DOC_FILE=vpp.docs.zip [ "$DOC_DIR" ] || DOC_DIR=build-root/docs/html -if [ ${BRANCH} == "stable/1609"]; then +if [ ${BRANCH} == "stable/1609" ]; then VERSION=16.09 else echo "************************************"