Commit e547edd6 authored by Boris Bügling's avatar Boris Bügling

Merge pull request #4576 from CocoaPods/fix-validator-message

Fix validator message
parents a9173371 8799fc50
......@@ -139,8 +139,8 @@ module Pod
reasons << reason
end
if results.all?(&:public_only)
reasons << 'All results apply only to public specs, but you can use ' \
'`--private` to ignore them if linting the specification for a private pod.'
reasons << 'all results apply only to public specs, but you can use ' \
'`--private` to ignore them if linting the specification for a private pod'
end
reasons.to_sentence
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment