From a65ffb9f8f8f613232947ab4c7c091ea90ca760a Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 19 Aug 2015 17:59:38 -0400 Subject: [PATCH] Forgot to fix the path for the helper at the end of the merge Change-Id: I55fcf3c742f8e879000ce6f979036a3dc51d4851 Signed-off-by: Aric Gardner --- jjb/copper/docu-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/copper/docu-build.sh b/jjb/copper/docu-build.sh index cf3521f32..8508ba8d4 100644 --- a/jjb/copper/docu-build.sh +++ b/jjb/copper/docu-build.sh @@ -40,7 +40,7 @@ else #gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/" #echo - echo "Latest document is available at http://$gs_path_branch/index.html" + echo "Latest document is available at http://$gs_path_branch/design_docs/index.html" if gsutil ls "gs://$gs_path_review" > /dev/null 2>&1 ; then echo -- 2.16.6