Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Jan 15, 2025
1 parent cfc4e01 commit 6d0610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (c *Check) checkWithSubDirs(ctx context.Context, rnd *rand.Rand, o Options,
c.logger.Infof("collection uploaded: %s", tarFile.Address())
time.Sleep(3 * time.Second)

//push first version of website to the feed
// push first version of website to the feed
ref, err := upClient.UpdateFeedWithReference(ctx, signer, topic, 0, tarFile.Address(), api.UploadOptions{BatchID: batchID})
if err != nil {
return err
Expand Down

0 comments on commit 6d0610d

Please sign in to comment.