Skip to content

Commit

Permalink
fix: commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Feb 22, 2024
1 parent ac5ebb0 commit 48567e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/project/shell/root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 48567e2

Please sign in to comment.