fix typo
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/36/head
Loïc Dachary 2022-06-02 13:00:04 +02:00
parent 78707c63e7
commit aba2b29872
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
1 changed files with 1 additions and 1 deletions

View File

@ -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