From 7d58709270210058230e625efd74a8ef2af84640 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Nov 2017 18:39:16 +0100 Subject: [PATCH] Fix typo in ZUUL infra variable .zuul.yaml has NEWREF, so fix typo in tools/build-all-rst.sh. Change-Id: Iae8414fbc5c6f087e2deb887e8215706034d8e41 --- tools/build-all-rst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-all-rst.sh b/tools/build-all-rst.sh index 924c40d967..a61038649c 100755 --- a/tools/build-all-rst.sh +++ b/tools/build-all-rst.sh @@ -9,7 +9,7 @@ fi # This marker is needed for infra publishing. # Note for stable branches, this needs to be the top of each manual. -MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_BRANCH Build: $ZUUL_UUID Revision: $ZUUL_NEWREV" +MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_BRANCH Build: $ZUUL_UUID Revision: $ZUUL_NEWREF" LINKCHECK="" PDF_OPTION=""