Commit 8a8730e5 authored by Fabio Pelosin's avatar Fabio Pelosin

[SourcesManager] Fix UI string

parent 8efaf420
...@@ -215,7 +215,7 @@ module Pod ...@@ -215,7 +215,7 @@ module Pod
install_message << 'gem install cocoapods' install_message << 'gem install cocoapods'
install_message << ' --pre' if Gem::Version.new(last).prerelease? install_message << ' --pre' if Gem::Version.new(last).prerelease?
UI.puts "\nCocoaPods #{versions['last']} is available.\n" \ UI.puts "\nCocoaPods #{versions['last']} is available.\n" \
"To update use: `#{install_message}`\n".green "To update use: `#{install_message}`".green + "\n"
end end
end 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