Skip to content

Commit

Permalink
feat: build executable sdk implementation fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Aug 23, 2023
1 parent f881466 commit 933834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vela/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (svc *BuildService) Get(org, repo string, build int) (*library.Build, *Resp
return v, resp, err
}

// Get returns the provided build executable.
// GetBuildExecutable returns the executable for the provided build.
func (svc *BuildService) GetBuildExecutable(org, repo string, build int) (*library.BuildExecutable, *Response, error) {
// set the API endpoint path we send the request to
u := fmt.Sprintf("/api/v1/repos/%s/%s/builds/%d/executable", org, repo, build)
Expand Down

0 comments on commit 933834d

Please sign in to comment.