summaryrefslogtreecommitdiff
path: root/u/process/env.ts
diff options
context:
space:
mode:
Diffstat (limited to 'u/process/env.ts')
-rw-r--r--u/process/env.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/u/process/env.ts b/u/process/env.ts
index c3ae800..26e1158 100644
--- a/u/process/env.ts
+++ b/u/process/env.ts
@@ -1,4 +1,4 @@
-import { Either, type IEither } from "@emprespresso/utils";
+import { Either, type IEither } from "@emprespresso/pengueno";
export const getRequiredEnv = (name: string): IEither<Error, string> =>
Either