Skip to content

Commit

Permalink
05: fix typo when format the output
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 22, 2024
1 parent 2ac1732 commit 1c97139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-get-process-info/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Comm: %s
`,
cd.CgroupId, cd.HostTid, cd.HostPid, cd.HostPpid,
cd.Tid, cd.Pid, cd.Ppid, cd.Uid, cd.Gid,
cd.CgroupNsId, cd.IpcNsId, cd.NetNsId, cd.NetNsId, cd.MountNsId, cd.TimeNsId, cd.UserNsId, cd.UtsNsId,
cd.CgroupNsId, cd.IpcNsId, cd.NetNsId, cd.MountNsId, cd.PidNsId, cd.TimeNsId, cd.UserNsId, cd.UtsNsId,
cd.commName())
}
}
Expand Down

0 comments on commit 1c97139

Please sign in to comment.