Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit 8a6027d

Browse files
committed
Fix grammar
1 parent 434a385 commit 8a6027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/job-companion/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func runBatch(c api.WorkloadManagerClient, batch string, cOps *collectOptions) e
9595
if err != nil {
9696
return err
9797
}
98-
info := infoResp.Info[0] // response is always contains at leas one element
98+
info := infoResp.Info[0] // response always contains at leas one element
9999

100100
log.Printf("JobID: %d", jobID)
101101

0 commit comments

Comments
 (0)