From 12f235af81adf5c6cd9157d0fcefe198d9c621f3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Oct 2024 23:49:02 +0200 Subject: [PATCH] ls --- spcd/__init__.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spcd/__init__.py b/spcd/__init__.py index 3666d8a..f6a73aa 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -55,11 +55,8 @@ def install_actions(path: Path) -> None: target = path.parent / "actions" log.info(source) log.info(target) - browse(target) - browse(project.root) - # source.symlink_to(target) - fs.make_directory(source) - browse(project.root) + source.symlink_to(target) + run("ls", "-l") def install_commands(path: Path) -> None: