Skip to content

Commit 504e2d3

Browse files
committed
fix: oops
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 01b9eb2 commit 504e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sponsor-panel/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func main() {
267267
slog.Info("main: S3 client created", "bucket", *bucketName)
268268
}
269269

270-
thothClient, err := thoth.New(context.Background(), *thothURL, *thothToken)
270+
thothClient, err := thoth.New(context.Background(), *thothURL, *thothToken, *thothInsecure)
271271
if err != nil {
272272
slog.Error("can't create thoth client", "err", err)
273273
os.Exit(2)

0 commit comments

Comments
 (0)