summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-07-18 17:31:44 +0300
committerPjotr Prins2026-01-05 11:12:10 +0100
commitffb9deaa1723eea48b711b2ad9049df115742aea (patch)
treee4dea0aef088592d89026f51128458581fb3e59b
parentd5fd77e191b0f5d2f780b7b9edab6791f5a6deb6 (diff)
downloadgn-gemtext-ffb9deaa1723eea48b711b2ad9049df115742aea.tar.gz
Update container path in PID check command.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--issues/CI-CD/development-container-checklist.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/CI-CD/development-container-checklist.gmi b/issues/CI-CD/development-container-checklist.gmi
index d260f62..7cf4687 100644
--- a/issues/CI-CD/development-container-checklist.gmi
+++ b/issues/CI-CD/development-container-checklist.gmi
@@ -80,7 +80,7 @@ To enter the running container shell, ensure you're using the *parent* PID of th
 Use this command to locate the correct container parent process: 
 
 ```
-ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-local-container' | grep shepherd
+ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-development-container' | grep shepherd
 ```