Skip to content

Commit

Permalink
chore(go-witness): update go-witness to use new store with http clien…
Browse files Browse the repository at this point in the history
…t methods
  • Loading branch information
kriscoleman committed Apr 1, 2024
1 parent b431c5a commit a5110e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archivistactl/cmd/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func storeAttestationByPath(ctx context.Context, baseUrl, path string) (string,
}

defer file.Close()
resp, err := api.UploadWithReader(ctx, baseUrl, file)
resp, err := api.StoreWithReader(ctx, baseUrl, file)
if err != nil {
return "", err
}
Expand Down

0 comments on commit a5110e2

Please sign in to comment.