Skip to content

Commit b2a4d94

Browse files
authored
Fix example
Fixes #37
1 parent a310e87 commit b2a4d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ xcode_summary.ignored_files = 'Pods/**'
104104

105105
# Ignoring specific warnings
106106
xcode_summary.ignored_results { |result|
107-
result.message.start_with 'ld' # Ignore ld_warnings
107+
result.message.start_with? 'ld' # Ignore ld_warnings
108108
}
109109

110110
xcode_summary.report 'xcodebuild.json'

0 commit comments

Comments
 (0)