Skip to content

Commit 60310a3

Browse files
send application resources
1 parent 55ec558 commit 60310a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.24.0

pkg/codefresh/gitops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (a *gitops) SendEvent(name string, props map[string]string) error {
210210
func (a *gitops) SendApplicationResources(resources *ApplicationResources) error {
211211
_, err := a.codefresh.requestAPI(&requestOptions{
212212
method: "POST",
213-
path: fmt.Sprintf("/gitops/resources"),
213+
path: fmt.Sprintf("/api/gitops/resources"),
214214
body: &resources,
215215
})
216216
if err != nil {

0 commit comments

Comments
 (0)