This commit is contained in:
Marc Beninca 2024-10-14 23:41:31 +02:00
parent dbb27ac0ef
commit 3001e6ec30
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -57,7 +57,8 @@ def install_actions(path: Path) -> None:
log.info(target) log.info(target)
browse(target) browse(target)
browse(project.root) browse(project.root)
source.symlink_to(target) # source.symlink_to(target)
fs.make_directory(source)
browse(project.root) browse(project.root)