Skip to content

Commit

Permalink
Fix default value namespacing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Apr 15, 2016
1 parent 9eed35a commit fd90056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author_name": "Your Name",
"email": "Your email",
"description": "A short description of the project.",
"heroku_app_name": "{{ repo_name }}",
"domain_name": "{{ heroku_app_name }}.herokuapp.com",
"heroku_app_name": "{{ cookiecutter.repo_name }}",
"domain_name": "{{ cookiecutter.heroku_app_name }}.herokuapp.com",
"version": "0.1.0",
"now": "2015/01/13",
"year": "{{ cookiecutter.now[:4] }}"
Expand Down

0 comments on commit fd90056

Please sign in to comment.