Skip to content

Commit

Permalink
Revert archivista/store.go
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell authored Jun 15, 2024
1 parent b012e0e commit 4240aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivista/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

func (c *Client) Store(ctx context.Context, env dsse.Envelope) (string, error) {
resp, err := archivistaapi.Store(ctx, c.url, env)
resp, err := archivistaapi.Upload(ctx, c.url, env)
if err != nil {
return "", err
}
Expand Down

0 comments on commit 4240aa9

Please sign in to comment.