diff --git a/content/blog/2022-06-02-zombies.md b/content/blog/2022-06-02-zombies.md index 3a8e5fa..df18439 100644 --- a/content/blog/2022-06-02-zombies.md +++ b/content/blog/2022-06-02-zombies.md @@ -53,7 +53,7 @@ PPID PID COMMAND COMMAND 164 165 sleep sleep infinity ``` -When the `git` process is killed by Gita, the `sleep` child will be orphaned: +When the `git` process is killed by Gitea, the `sleep` child will be orphaned: ``` $ docker exec gitea ps -o ppid,pid,comm,args