Skip to content

Commit 08499f3

Browse files
committed
docs: fix docsgen proto chown
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 3824ed9 commit 08499f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/proto/gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ generate () {
3434
-v "${OUT_DIR}:/out" \
3535
--entrypoint chown \
3636
"pseudomuto/protoc-gen-doc:${PROTOC_GEN_DOC_VERSION}" \
37-
"$(id -g):$(id -u)" -R /out
37+
"$(id -u):$(id -g)" -R /out
3838
}
3939

4040
generate 1.3

0 commit comments

Comments
 (0)