From e2d6632d219c7d3d2d83285894fa02cc9b4b2c99 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 27 Apr 2020 13:37:27 +0200 Subject: [PATCH] Fix typo and unpin version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6cf77c3..bba565e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \