From c74bdc97caf06d1bcabfc9fff5f3582b06452c06 Mon Sep 17 00:00:00 2001 From: J H Date: Wed, 20 Mar 2024 13:46:32 -0600 Subject: [PATCH] fix: util -> utils in the container-runtime --- .../src/Adapters/Systems/SystemForEmbassy/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts b/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts index a774d7ba0..ae9b3f462 100644 --- a/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts +++ b/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts @@ -1,4 +1,4 @@ -import { types as T, util, EmVer } from "@start9labs/start-sdk" +import { types as T, utils, EmVer } from "@start9labs/start-sdk" import * as fs from "fs/promises" import { PolyfillEffects } from "./polyfillEffects" @@ -1048,7 +1048,7 @@ async function updateConfig( if (matchPointerPackage.test(specValue)) { if (specValue.target === "tor-key") throw new Error("This service uses an unsupported target TorKey") - const filled = await util + const filled = await utils .getServiceInterface(effects, { packageId: specValue["package-id"], id: specValue.interface,