From cd1266cda2fb40b54a4439442726e8324085ca45 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 29 Sep 2020 23:23:37 +0200 Subject: [PATCH] fix variable --- hooks/post_gen_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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