From 48567e2ec1b2cd3adbcf43e8be671c9f67d6d08c Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Thu, 22 Feb 2024 17:10:09 +0100 Subject: [PATCH] fix: commands --- commands/project/shell/root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/project/shell/root.sh b/commands/project/shell/root.sh index c2f563d..efddb42 100755 --- a/commands/project/shell/root.sh +++ b/commands/project/shell/root.sh @@ -27,10 +27,10 @@ function project:shell:root() { ${DOCKER_COMPOSE} exec ${service} /bin/sh -c "sh" } -function p:e:r() { +function p:s:r() { project:shell:root } -function shell-root() { +function shell:root() { project:shell:root }