summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs/build-docu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/opnfvdocs/build-docu.sh')
-rw-r--r--jjb/opnfvdocs/build-docu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh
index 2abf1275a..548dc7ae5 100644
--- a/jjb/opnfvdocs/build-docu.sh
+++ b/jjb/opnfvdocs/build-docu.sh
@@ -10,7 +10,7 @@ done < <(find . -type f -iname '*.rst' -print0)
for file in "${{files[@]}}"; do
file_cut="${{file%.*}}"
- gs_cp_folder="${{file_cut}}"
+ gs_cp_folder="${{file_cut#/}}"
echo "rst2html $file"
rst2html $file | gsutil cp -L gsoutput.txt - \