From 6de36787de6941127526f2d43fe3f73c4b0d335a Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 19 Mar 2016 17:50:33 +0000 Subject: [PATCH] flatcc: call full path in testing --- Formula/flatcc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/flatcc.rb b/Formula/flatcc.rb index bce8aadb22..cb24266230 100644 --- a/Formula/flatcc.rb +++ b/Formula/flatcc.rb @@ -54,6 +54,6 @@ class Flatcc < Formula EOS - system "flatcc", "-av", "--json", "test.fbs" + system bin/"flatcc", "-av", "--json", "test.fbs" end end