Skip to content

Commit db57f92

Browse files
m-terraCopilot
andauthored
Update main.go
Co-authored-by: Copilot <[email protected]>
1 parent d52c036 commit db57f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func runInstance() {
184184
cmds = append(cmds, cmd)
185185
}
186186

187-
// pids returns the pid list whitespace space separated
187+
// pids returns the PID list as a space-separated string
188188
func pids() string {
189189
if len(cmds) == 0 {
190190
return ""

0 commit comments

Comments
 (0)