From fdac00fb3fe6810e8ad603fd907cf164f3aa44b2 Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Wed, 7 Jul 2021 13:10:36 +0100 Subject: [PATCH] scaffolder: fix typo in fetch:template migration docs Signed-off-by: Mike Lewis --- docs/features/software-templates/builtin-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/builtin-actions.md b/docs/features/software-templates/builtin-actions.md index 5cd6b005d9..8c80eaedae 100644 --- a/docs/features/software-templates/builtin-actions.md +++ b/docs/features/software-templates/builtin-actions.md @@ -28,7 +28,7 @@ allow most templates built for `fetch:cookiecutter` to work without any changes. 1. Update action name in `template.yaml`. The name should be changed from `fetch:cookiecutter` to `fetch:template`. -2. Set `cookieCutterCompat` to `true` in the `fetch:template` step input in +2. Set `cookiecutterCompat` to `true` in the `fetch:template` step input in `template.yaml`. #### Manual migration