Skip to content
Snippets Groups Projects
Commit bda670b6 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Revert "fix for symlink"

This reverts commit debec0d8.
parent a84da9d5
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def main(date, name):
# generate the symlink to the theme
createSymlink('../../theme', 'theme')
createSymlink('../../template/package.json', 'package.json')
createSymlink('../../theme/package.json', 'package.json')
# copy the contents of the template folder
if not os.path.isfile(os.path.join(fullPath, 'slides', 'index.md')):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment