diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfvdocs/build-docu.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 0ccd0ca20..7dbeb6587 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -16,8 +16,8 @@ for file in "${{files[@]}}"; do gs_cp_folder="${{file_cut}}" # sed part - sed -i "s/_sha1_/$git_sha1/g" $full_file_clean - sed -i "s/_date_/$git_date/g" $full_file_clean + sed -i "s/_sha1_/$git_sha1/g" $file + sed -i "s/_date_/$git_date/g" $file # rst2html part echo "rst2html $file" |