From c94a7ffbb2fc2b7c5b8c9c472ff2254df20ba525 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 28 May 2017 17:36:27 +0200 Subject: [PATCH] Update init.py --- bonobo/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonobo/commands/init.py b/bonobo/commands/init.py index ad3c52a..d7ad066 100644 --- a/bonobo/commands/init.py +++ b/bonobo/commands/init.py @@ -6,7 +6,7 @@ def execute(name): from cookiecutter.main import cookiecutter except ImportError as exc: raise ImportError( - 'You must install "cookiecutter" to use this command.\n\n $ pip install edgy.project\n' + 'You must install "cookiecutter" to use this command.\n\n $ pip install cookiecutter\n' ) from exc return cookiecutter(