File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -eux
2+ set -eu
33
44THIS_PATH=" $( realpath " $( dirname " $0 " ) " ) "
55SCHEMA_PATH=" $( realpath " $THIS_PATH /../../schema" ) "
@@ -17,7 +17,7 @@ generate () {
1717 title=" CycloneDX v$version Protobuf Reference"
1818 echo " Generating: $title "
1919
20- OUT_DIR=" $DOCS_PATH /$version /proto/ "
20+ OUT_DIR=" $DOCS_PATH /$version /proto"
2121 OUT_FILE=" index.html"
2222 mkdir -p " $OUT_DIR "
2323
@@ -35,7 +35,7 @@ generate () {
3535 -v " ${OUT_DIR} :/out" \
3636 --entrypoint chown \
3737 " pseudomuto/protoc-gen-doc:${PROTOC_GEN_DOC_VERSION} " \
38- " $( id -g ) :$( id -u ) " -R /out
38+ " $( id -u ) :$( id -g ) " -R /out
3939
4040 sed -i -e " s/\$ {quotedTitle}/\" $title \" /g" " $OUT_DIR /$OUT_FILE "
4141 sed -i -e " s/\$ {title}/$title /g" " $OUT_DIR /$OUT_FILE "
You can’t perform that action at this time.
0 commit comments