Commit fada24cc authored by Marius Rackwitz's avatar Marius Rackwitz

Fixed syntax compatibility for pre 1.9 rubies

parent 79cad332
...@@ -107,7 +107,7 @@ module Pod ...@@ -107,7 +107,7 @@ module Pod
) % missing_pods.map { |p| "`#{p}'" }.join(', ') ) % missing_pods.map { |p| "`#{p}'" }.join(', ')
end end
run_install_with_update(pods: @pods) run_install_with_update(:pods => @pods)
else else
UI.puts "Update all pods".yellow unless @pods UI.puts "Update all pods".yellow unless @pods
run_install_with_update(true) run_install_with_update(true)
......
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