Skip to content

Commit

Permalink
Update api/jobs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
philrenaud and tgross committed Nov 2, 2022
1 parent 1c6d1b4 commit 2ba343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (j *Jobs) ListOptions(opts *JobListOptions, q *QueryOptions) ([]*JobListStu

if opts != nil && opts.Fields != nil {
qp := url.Values{}
qp.Add("Meta", fmt.Sprint(opts.Fields.Meta))
qp.Add("meta", fmt.Sprint(opts.Fields.Meta))
destinationURL = destinationURL + "?" + qp.Encode()
}

Expand Down

0 comments on commit 2ba343c

Please sign in to comment.