Commit 739f4f4e authored by Eloy Durán's avatar Eloy Durán

[pod template] Clone the actual template repo. Fixes #1214.

parent dc928273
......@@ -41,8 +41,8 @@ module Pod
executable :git
executable :ruby
TEMPLATE_REPO = "https://github.com/CocoaPods/CocoaPods.git"
TEMPLATE_INFO_URL = "https://github.com/CocoaPods/CocoaPods"
TEMPLATE_REPO = "https://github.com/CocoaPods/pod-template.git"
TEMPLATE_INFO_URL = "https://github.com/CocoaPods/pod-template"
# Clones the template from the remote in the working directory using
# the name of the Pod.
......
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