diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index 171aa4e..51b2df9 100644 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -5,4 +5,4 @@ if hash git 2>/dev/null; then git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.role_name }}.git fi -ln -s {{ molecule_scenario }}/default +ln -s {{ cookiecutter.molecule_scenario }}/default