Skip to content

Commit

Permalink
Remove extra commas in empty error message
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkalpin committed Dec 6, 2013
1 parent b24e8d8 commit fb4d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/specification/linter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def check_if_spec_is_empty
empty = empty_patterns && consumer.spec.subspecs.empty?
if empty
error "The #{consumer.spec} spec is empty (no source files, " \
"resources, preserve paths, , vendored_libraries, " \
"resources, preserve paths, vendored_libraries, " \
"vendored_frameworks dependencies or subspecs)."
end
end
Expand Down

0 comments on commit fb4d69f

Please sign in to comment.