aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pebble-sdk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb
index 71a04d8c1..698198f7d 100644
--- a/Library/Formula/pebble-sdk.rb
+++ b/Library/Formula/pebble-sdk.rb
@@ -96,12 +96,12 @@ class PebbleSdk < Formula
end
test do
- system 'pebble', 'new-project', 'test'
+ system bin/'pebble', 'new-project', 'test'
cd 'test' do
# We have to remove the default /usr/local/include from the CPATH
# because the toolchain has -Werror=poison-system-directories set
ENV['CPATH'] = ''
- system 'pebble', 'build'
+ system bin/'pebble', 'build'
end
end