Skip to content

Commit

Permalink
Added missing double quotes in compiler docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodbyola committed Nov 6, 2023
1 parent 64a342f commit 5364c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ that just runs that `jar`, for example create a file named `protoc-gen-grpc-kotl
#!/usr/bin/env sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
java -jar $DIR/protoc-gen-grpc-kotlin-SOME_VERSION-jdk8.jar "$@
java -jar $DIR/protoc-gen-grpc-kotlin-SOME_VERSION-jdk8.jar "$@"
```

Then make that file executable:
Expand Down

0 comments on commit 5364c3a

Please sign in to comment.