Commit 4ed73db0 authored by Marius Rackwitz's avatar Marius Rackwitz

[Command::Update] Remove useless condition

parent d8cb489a
......@@ -102,7 +102,7 @@ module Pod
verify_pods_are_installed!
installer.update = { :pods => @pods }
else
UI.puts 'Update all pods'.yellow unless @pods
UI.puts 'Update all pods'.yellow
installer.update = true
end
installer.install!
......
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