Commit 6ed5ddf1 authored by Samuel Giddins's avatar Samuel Giddins

[Analyzer] Only try to print pods state when verbose

parent 028b6116
...@@ -231,7 +231,7 @@ module Pod ...@@ -231,7 +231,7 @@ module Pod
UI.section 'Finding Podfile changes' do UI.section 'Finding Podfile changes' do
pods_by_state = lockfile.detect_changes_with_podfile(podfile) pods_by_state = lockfile.detect_changes_with_podfile(podfile)
pods_state = SpecsState.new(pods_by_state) pods_state = SpecsState.new(pods_by_state)
pods_state.print pods_state.print if config.verbose?
end end
pods_state pods_state
else else
......
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