Commit b917ffd9 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4512 from CocoaPods/yavuz/imp/searchResultPager

Remove newline causing color problem when printing to a pager
parents d863ecf2 f2b70183
......@@ -203,7 +203,7 @@ module Pod
puts_indented "#{set.name} #{set.versions.first.version}"
else
pod = Specification::Set::Presenter.new(set)
title = "\n-> #{pod.name} (#{pod.version})"
title = "-> #{pod.name} (#{pod.version})"
if pod.spec.deprecated?
title += " #{pod.deprecation_description}"
colored_title = title.red
......
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