Commit 027cb2c8 authored by Kyle Fuller's avatar Kyle Fuller

Fix case used for GitHub

parent 0405a20e
......@@ -432,7 +432,7 @@ module Pod
#--------------------------------------#
# Templates and github information retrieval for spec create
# Templates and GitHub information retrieval for spec create
#
# @todo It would be nice to have a template class that accepts options
# and uses the default ones if not provided.
......
......@@ -51,7 +51,7 @@ Repositories : #{repo_information.join("\n ")}
#{'[!] Oh no, an error occurred.'.red}
#{error_from_podfile(exception)}
#{'Search for existing github issues similar to yours:'.yellow}
#{'Search for existing GitHub issues similar to yours:'.yellow}
#{issues_url(exception)}
#{'If none exists, create a ticket, with the template displayed above, on:'.yellow}
......
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