Skip to content

Commit

Permalink
BUG: config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beardymcjohnface committed Oct 16, 2023
1 parent b8ef899 commit 7f1077c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ def run(**kwargs):
"""Run {{cookiecutter.project_name}}"""
# Config to add or update in configfile
merge_config = {
"args": kwargs
"{{cookiecutter.project_name}}": {
"args": kwargs
}
}

# run!
Expand Down

0 comments on commit 7f1077c

Please sign in to comment.