Skip to content

Commit

Permalink
Update proto/rdf/update.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
haya14busa and github-actions[bot] committed Feb 12, 2024
1 parent 542ef83 commit eab08a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/rdf/update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker build -t reviewdog-protoc .
docker run --rm --volume `pwd`:`pwd` --workdir `pwd` reviewdog-protoc
docker run --rm --volume $(pwd):$(pwd) --workdir $(pwd) reviewdog-protoc

0 comments on commit eab08a4

Please sign in to comment.