From 1d72a922caf19db45071401447a53b0b98b2dfad Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 6 Nov 2014 16:45:22 -0600 Subject: [PATCH] nanopb-generator: simplify interpolation --- Formula/nanopb-generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/nanopb-generator.rb b/Formula/nanopb-generator.rb index df77f3164f047..aaf8028d29622 100644 --- a/Formula/nanopb-generator.rb +++ b/Formula/nanopb-generator.rb @@ -44,7 +44,7 @@ def install } PROTO system Formula["protobuf"].bin/"protoc", - "--proto_path=#{testpath}", "--plugin=#{bin/"protoc-gen-nanopb"}", + "--proto_path=#{testpath}", "--plugin=#{bin}/protoc-gen-nanopb", "--nanopb_out=#{testpath}", testpath/"test.proto" system "grep", "test_field", testpath/"test.pb.c" system "grep", "test_field", testpath/"test.pb.h"