From 5364c3affc777bd33d1a3755ab16dd9a36d31ed7 Mon Sep 17 00:00:00 2001 From: Ajayi Olamide Daniel Date: Mon, 6 Nov 2023 08:28:20 +0100 Subject: [PATCH] Added missing double quotes in compiler docs. --- compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/README.md b/compiler/README.md index 05613a91..b2e67f90 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -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: