From 3432dcf9152057dee4d3087af9e900b759240b01 Mon Sep 17 00:00:00 2001 From: Adriano Santos Date: Sun, 25 Aug 2024 17:11:10 -0300 Subject: [PATCH] fix: correct attributes --- nodejs/cookiecutter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs/cookiecutter.json b/nodejs/cookiecutter.json index e040100..de5f981 100644 --- a/nodejs/cookiecutter.json +++ b/nodejs/cookiecutter.json @@ -1,5 +1,6 @@ { "app_name": "spawn_example", + "app_name_hyphenate": "spawn_example", "app_description": "Spawn Node App.", "app_image_tag": "ttl.sh/spawn-nodejs-example:1h", "spawn_system": "spawn-system",