From b0efa410f1493b7a2f73774ce5c8c615ae293be5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 10 Apr 2018 08:25:46 +0200 Subject: [PATCH] Add missing -f to cookiecutter example All other cookiecutter examples use "-f", add it to the last one as well. Change-Id: I4769f6cb0bbed75558e19d613ef2d7946ae13634 --- doc/source/creators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 3998036..d453471 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -840,7 +840,7 @@ Horizon plugins: .. code-block:: console - $ cookiecutter https://git.openstack.org/openstack/ui-cookiecutter + $ cookiecutter -f https://git.openstack.org/openstack/ui-cookiecutter Applying the Template ---------------------