Commit 09e5a60c authored by Fabio Pelosin's avatar Fabio Pelosin

[Linter] Minor fix.

parent 3028e378
...@@ -29,7 +29,7 @@ module Pod ...@@ -29,7 +29,7 @@ module Pod
if !deprecation_errors.empty? if !deprecation_errors.empty?
@errors = deprecation_errors @errors = deprecation_errors
@errors << "#{platform.name} [!] Fatal errors found skipping the rest of the validation" @errors << "#{spec_name} [!] Fatal errors found skipping the rest of the validation"
else else
@spec = Specification.from_file(file) @spec = Specification.from_file(file)
platforms = spec.available_platforms platforms = spec.available_platforms
......
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