From be2e175976378a63c8f5769baa5c8bab0c630ec2 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 5 Nov 2025 23:12:53 -0500 Subject: [PATCH] Fix not showing container name on exit --- scripts.d/50-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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