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..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: "python-archery-example" +IDENTIFIER: "target-practice-solution" COMPONENTS: - name: "main" extension: "py" 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"