Commit 8799fc50 authored by Boris Bügling's avatar Boris Bügling

Fix validator message.

parent a9173371
...@@ -139,8 +139,8 @@ module Pod ...@@ -139,8 +139,8 @@ module Pod
reasons << reason reasons << reason
end end
if results.all?(&:public_only) if results.all?(&:public_only)
reasons << 'All results apply only to public specs, but you can use ' \ reasons << 'all results apply only to public specs, but you can use ' \
'`--private` to ignore them if linting the specification for a private pod.' '`--private` to ignore them if linting the specification for a private pod'
end end
reasons.to_sentence reasons.to_sentence
end 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