diff --git a/cmd/acb-evolver/run.go b/cmd/acb-evolver/run.go index c30c93d..3b7fe8c 100644 --- a/cmd/acb-evolver/run.go +++ b/cmd/acb-evolver/run.go @@ -188,7 +188,7 @@ func RunEvolutionLoop(ctx context.Context, dbURL string, args []string) { defer db.Close() // Initialize database schema and seed initial population if needed - ctx := context.Background() + ctx = context.Background() if err := evolverdb.EnsureSchema(ctx, db); err != nil { log.Fatalf("ensure schema: %v", err) }