Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 9, 2024
1 parent 3b23949 commit 1d98c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (h *Analysis) Create(commit, encoding, issues, deps string) (err error) {
"Encoding: %s not supported",
encoding)
}
r := api.AnalysisManifest{Commit: commit}
r := &api.AnalysisManifest{Commit: commit}
file := File{client: h.client}
f, err := file.PostEncoded(issues, encoding)
if err != nil {
Expand Down

0 comments on commit 1d98c5a

Please sign in to comment.