From aeeb047b36ac0b2c26d60d07ef9c41799132f35e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 20 Oct 2024 19:58:18 +0200 Subject: [PATCH] fix --- spcd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/__init__.py b/spcd/__init__.py index c67180d..20b9600 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -157,7 +157,7 @@ def main(main_file: Path) -> None: list_environment_variables() clone_project_branch() set_ssh() - install_actions(main_file) + install_actions() install_commands(main_file) install_python_packages() else: