From 3f41f0c6b164e9fe868f7fb3c428cd51afba9d52 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Oct 2024 22:58:43 +0200 Subject: [PATCH] target --- spcd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/__init__.py b/spcd/__init__.py index da7f3c8..3e62498 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -54,7 +54,7 @@ def install_actions(path: Path) -> None: source = Path("act") target = path.parent / "actions" log.info(source) - log.info(actions) + log.info(target) source.symlink_to(target)