mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: util -> utils in the container-runtime
This commit is contained in:
@@ -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 * as fs from "fs/promises"
|
||||||
|
|
||||||
import { PolyfillEffects } from "./polyfillEffects"
|
import { PolyfillEffects } from "./polyfillEffects"
|
||||||
@@ -1048,7 +1048,7 @@ async function updateConfig(
|
|||||||
if (matchPointerPackage.test(specValue)) {
|
if (matchPointerPackage.test(specValue)) {
|
||||||
if (specValue.target === "tor-key")
|
if (specValue.target === "tor-key")
|
||||||
throw new Error("This service uses an unsupported target TorKey")
|
throw new Error("This service uses an unsupported target TorKey")
|
||||||
const filled = await util
|
const filled = await utils
|
||||||
.getServiceInterface(effects, {
|
.getServiceInterface(effects, {
|
||||||
packageId: specValue["package-id"],
|
packageId: specValue["package-id"],
|
||||||
id: specValue.interface,
|
id: specValue.interface,
|
||||||
|
|||||||
Reference in New Issue
Block a user