diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-08-19 17:59:38 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-08-19 17:59:38 -0400 |
commit | a65ffb9f8f8f613232947ab4c7c091ea90ca760a (patch) | |
tree | 8e81c8e5cc2ad1b5f32ac4999123fdc2ed2426d4 /jjb | |
parent | 35b739e815ccab5ae56384aa11d23dbcbd0765a7 (diff) |
Forgot to fix the path for the helper at the end of the merge
Change-Id: I55fcf3c742f8e879000ce6f979036a3dc51d4851
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/copper/docu-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |