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

Fix validator message.

parent a9173371
......@@ -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