Commit db862bf5 authored by Eloy Durán's avatar Eloy Durán

Merge pull request #1951 from neonichu/master

Use "gem install" instead of "gem update" in notice, as it is recommended
parents 9c29b890 5cd508e2
......@@ -207,7 +207,7 @@ module Pod
if config.new_version_message? && cocoapods_update?(versions)
UI.puts "\nCocoaPods #{versions['last']} is available.\n" \
"To update use: [sudo] gem update cocoapods\n".green
"To update use: [sudo] gem install cocoapods\n".green
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