Fix link to template repo in example command

Change-Id: Idd5f2f6b51178b846a2cb34953c2d3e4cfa94098
Signed-off-by: Romanos Skiadas <rom.skiad@gmail.com>
This commit is contained in:
Romanos Skiadas 2016-10-27 08:18:11 +00:00
parent a786f819c6
commit 207d91a3c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ There are two ways to create the boilerplate for the puppet module.
### Remotely (ie. using a git repo)
1. Run `cookiecutter https://git.openstack.org/openstack-infra/puppet-openstack-cookiecutter.git`
1. Run `cookiecutter https://git.openstack.org/openstack/puppet-openstack-cookiecutter.git`
## What's next