Fix typo and unpin version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-27 13:37:27 +02:00
parent 15e457c0ea
commit e2d6632d21
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
- name: Generate the template
image: python:3.8-buster
commands:
- pip intall cookiecutter==1.7.2
- pip install cookiecutter
- |
cookiecutter --no-input . \
molecule_directory=molecule \