Commit 36fc720f authored by Ben Getsug's avatar Ben Getsug Committed by Sander van Harmelen

corrects typo in project pipeline jobs url

parent 618c5dd4
......@@ -104,7 +104,7 @@ func (s *JobsService) ListPipelineJobs(pid interface{}, pipelineID int, opts *Li
if err != nil {
return nil, nil, err
}
u := fmt.Sprintf("projects/%s/pipeline/%d/jobs", project, pipelineID)
u := fmt.Sprintf("projects/%s/pipelines/%d/jobs", project, pipelineID)
req, err := s.client.NewRequest("GET", u, opts, options)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment