Skip to content

Commit d89c0e8

Browse files
committed
Fixed option typo
1 parent c248773 commit d89c0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CocoaPods/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ XCPRETTY := $(shell command -v xcpretty)
33
test: install repo_update
44
@set -e; \
55
for test in *_test.rb; do \
6-
bundle exec ./$$test | $(XCPRETTY) -C; \
6+
bundle exec ./$$test | $(XCPRETTY) -c; \
77
done
88

99
repo_update:

0 commit comments

Comments
 (0)