Skip to content

Commit

Permalink
removed hard-coded algo name, fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
p.koevesdi authored and Yatekii committed Dec 3, 2024
1 parent 9de9019 commit 0e66381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: algorithm-test
name: {{project-name}}
variants:
- name: algorithm-test
- name: {{project-name}}
cores:
- name: main
type: {{architecture}}
Expand All @@ -25,9 +25,9 @@ variants:
cores:
- main
flash_algorithms:
- algorithm-test
- {{project-name}}
flash_algorithms:
- name: algorithm-test
- name: {{project-name}}
description: A flash algorithm under test
cores:
- main
Expand Down

0 comments on commit 0e66381

Please sign in to comment.