From a84da9d5911d2534416140fe609fe258a1c9ea80 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 21 Jun 2019 16:39:26 +0200 Subject: [PATCH] fix for symlink --- contribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.py b/contribute.py index 7dbbb843..55e47e68 100644 --- a/contribute.py +++ b/contribute.py @@ -49,7 +49,7 @@ def main(date, name): # generate the symlink to the theme createSymlink('../../theme', 'theme') - createSymlink('../../theme/package.json', 'package.json') + createSymlink('../../template/package.json', 'package.json') # copy the contents of the template folder if not os.path.isfile(os.path.join(fullPath, 'slides', 'index.md')): -- GitLab