diff --git a/scripts.d/50-dev.sh b/scripts.d/50-dev.sh index 77fdca9..35678da 100644 --- a/scripts.d/50-dev.sh +++ b/scripts.d/50-dev.sh @@ -39,7 +39,7 @@ function dev() { echo ">>> Loading project: ${project}" echo ">>> ${PWD}" toolbox enter "${container_name}" - echo ">>> Exited: ${namespace}" + echo ">>> Exited: ${container_name}" cd ${current} podman container stop "${container_name}" &>/dev/null