Skip to content

Commit

Permalink
Snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 28, 2024
1 parent 50f9cc1 commit 6ce71b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/zome/web-app/workdir/happ.yaml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ manifest_version: "1"
name: {{app_name}}_test
description: ~
roles:
- name: {{app_name}}_test
- name: {{snake_case app_name}}_test
provisioning:
strategy: create
deferred: false
dna:
bundled: "./{{app_name}}_test.dna"
bundled: "./{{snake_case app_name}}_test.dna"
modifiers:
network_seed: ~
properties: ~
Expand Down

0 comments on commit 6ce71b5

Please sign in to comment.