From 13dba6b795e52c135de64a506aeaebed6d8b47f5 Mon Sep 17 00:00:00 2001 From: Ksawery Zietara Date: Thu, 22 Aug 2024 12:43:10 +0200 Subject: [PATCH] Test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8af84427e..81c3199be 100644 --- a/main.go +++ b/main.go @@ -102,7 +102,7 @@ func main() { sp := getSecretProvider(restCfg) sm := setupSMClient(sp, signalContext) api := api.NewAPI(cfg, sm.Client, sp, ui.NewUIStaticFS()) - + //test // start components go mgr.start() go sm.start()