Skip to content

Commit

Permalink
update prelude.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 25, 2024
1 parent d9e4ad4 commit 5ee26a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fluentci # Run the pipeline
fluentci --help

Usage: fluentci [pipeline] [jobs...]
Version: 0.11.3
Version: 0.11.4

Description:

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5ee26a3

Please sign in to comment.