From 4a758406cdb2bd61c81a763a7f9ac15b45369ea2 Mon Sep 17 00:00:00 2001 From: Liz Smart Date: Wed, 16 Nov 2022 09:01:38 +0000 Subject: [PATCH 1/3] Update project_config.yml changing identifier --- .../target_practice_example/project_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/project_components/target_practice_example/project_config.yml b/lib/tasks/project_components/target_practice_example/project_config.yml index 3fbd1fd5d..a0efec69c 100644 --- a/lib/tasks/project_components/target_practice_example/project_config.yml +++ b/lib/tasks/project_components/target_practice_example/project_config.yml @@ -1,5 +1,5 @@ NAME: "Target Practice Example" -IDENTIFIER: "python-archery-example" +IDENTIFIER: "target-practice-example" COMPONENTS: - name: "main" extension: "py" From 26a77d6d0b6a85ee9d18687b48ac26f0eb4b399e Mon Sep 17 00:00:00 2001 From: Dr Tracy Gardner Date: Wed, 16 Nov 2022 09:03:03 +0000 Subject: [PATCH 2/3] Update project_config.yml Updated identifier --- .../target_practice_starter/project_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/project_components/target_practice_starter/project_config.yml b/lib/tasks/project_components/target_practice_starter/project_config.yml index 0ea0f287b..da42d4fa4 100644 --- a/lib/tasks/project_components/target_practice_starter/project_config.yml +++ b/lib/tasks/project_components/target_practice_starter/project_config.yml @@ -1,5 +1,5 @@ NAME: "Target Practice" -IDENTIFIER: "python-archery-starter" +IDENTIFIER: "target-practice-starter" COMPONENTS: - name: "main" extension: "py" From a9ac790c0270a4540944fbf1173c5cb09e4fd3f5 Mon Sep 17 00:00:00 2001 From: Liz Smart Date: Wed, 16 Nov 2022 09:05:41 +0000 Subject: [PATCH 3/3] Update project_config.yml updating link --- .../target_practice_example/project_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/project_components/target_practice_example/project_config.yml b/lib/tasks/project_components/target_practice_example/project_config.yml index a0efec69c..602c833c8 100644 --- a/lib/tasks/project_components/target_practice_example/project_config.yml +++ b/lib/tasks/project_components/target_practice_example/project_config.yml @@ -1,5 +1,5 @@ NAME: "Target Practice Example" -IDENTIFIER: "target-practice-example" +IDENTIFIER: "target-practice-solution" COMPONENTS: - name: "main" extension: "py"