Commit b8784a91 authored by Fabio Pelosin's avatar Fabio Pelosin

[Command::Spec::Linter] Fix for 190391dc

parent 15cefd35
......@@ -253,7 +253,7 @@ module Pod
#
def podspec_warnings
license = @spec.license || {}
source = @spec.source
source = @spec.source || {}
text = @file.read
warnings = []
warnings << "The name of the spec should match the name of the file" unless names_match?
......
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