Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: add ability to distribute artifacts throug…
Browse files Browse the repository at this point in the history
…h archivista

Signed-off-by: Mikhail Swift <[email protected]>
  • Loading branch information
mikhailswift committed Feb 7, 2024
1 parent 2fba29d commit 1cadb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archivista/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func main() {
if cfg.EnableArtifactStore {
wds, err := artifactstore.New(artifactstore.WithConfigFile(cfg.ArtifactStoreConfig))
if err != nil {
logrus.Fatalf("could not load witness distro store: %+v", err)
logrus.Fatalf("could not create the artifact store: %+v", err)
}

serverOpts = append(serverOpts, server.WithArtifactStore(wds))
Expand Down

0 comments on commit 1cadb92

Please sign in to comment.