Skip to content

Commit

Permalink
fixup! fixup! feat: add ability to distribute artifacts through archi…
Browse files Browse the repository at this point in the history
…vista

Signed-off-by: Mikhail Swift <[email protected]>
  • Loading branch information
mikhailswift committed Feb 7, 2024
1 parent 8686c6d commit 2fba29d
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 @@ -108,7 +108,7 @@ func main() {
// ********************************************************************************
now = time.Now()

// initialize witness distro store
// initialize the artifact store
if cfg.EnableArtifactStore {
wds, err := artifactstore.New(artifactstore.WithConfigFile(cfg.ArtifactStoreConfig))
if err != nil {
Expand Down

0 comments on commit 2fba29d

Please sign in to comment.