From 5ee26a3b26b762e2b13893f13d4b675cf8d2a295 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 25 Jan 2024 06:31:03 +0000 Subject: [PATCH] update prelude.ts --- README.md | 2 +- src/cmd/repl.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04fbaf9..cb455ec 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ fluentci # Run the pipeline fluentci --help Usage: fluentci [pipeline] [jobs...] -Version: 0.11.3 +Version: 0.11.4 Description: diff --git a/src/cmd/repl.ts b/src/cmd/repl.ts index de1020b..e161a91 100644 --- a/src/cmd/repl.ts +++ b/src/cmd/repl.ts @@ -78,7 +78,7 @@ async function repl({ debug }: { debug?: boolean }, pipelines: string[]) { args: [ "repl", "-A", - "--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@5930b48/src/prelude.ts", + "--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@d9e4ad4/src/prelude.ts", ...args, ], env: {