Skip to content

Commit

Permalink
Fix github username default (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft authored Sep 9, 2024
1 parent ad0dea8 commit f5c6c2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"full_name": "John Doe",
"email": "[email protected]",
"github_username": "Github organization or profile name, default: foo",
"github_username": "foo",
"plugin_name": "foobar",
"module_name": "{{ cookiecutter.plugin_name|lower|replace('-', '_') }}",
"short_description": "Nomad example template",
Expand All @@ -21,6 +21,7 @@
"*.html"
],
"__prompts__": {
"module_name": "module_name (recommended: press enter to use the default module name)"
"module_name": "module_name (recommended: press enter to use the default module name)",
"github_username": "Github organization or profile name, default: foo"
}
}

0 comments on commit f5c6c2f

Please sign in to comment.