Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/cookiecutter.ts

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-03-09 09:03:57 +01:00
committed by GitHub
parent 2156c26f93
commit 4c43faa51a
@@ -39,7 +39,7 @@ export function createFetchCookiecutterAction(options: {
}>({
id: 'fetch:cookiecutter',
description:
"Downloads template from 'url' and templates with cookiecutter",
"Downloads a template from the given URL into the workspace, and runs cookiecutter on it.",
schema: {
input: {
type: 'object',