Unverified Commit 15c4baed authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #7604 from tdksk/fix-indent-outdated-messages

Fix indent in outdated messages
parents 5cffb44f abb97216
......@@ -23,9 +23,9 @@ module Pod
UI.puts 'No pod updates are available.'.yellow
else
UI.section 'The color indicates what happens when you run `pod update`' do
UI.puts "#{'<green>'.green}\t\t - Will be updated to the newest version"
UI.puts "#{'<green>'.green}\t - Will be updated to the newest version"
UI.puts "#{'<blue>'.blue}\t - Will be updated, but not to the newest version because of specified version in Podfile"
UI.puts "#{'<red>'.red}\t\t - Will not be updated because of specified version in Podfile"
UI.puts "#{'<red>'.red}\t - Will not be updated because of specified version in Podfile"
UI.puts ''
end
UI.section 'The following pod updates are available:' do
......
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