Skip to content

Commit

Permalink
fix deno install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 43d76fc commit 74328b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default async () => {
"install",
"-A",
"-r",
"https://cli.fluentci.io -n fluentci",
"https://cli.fluentci.io",
"-n",
"fluentci",
]);
await exec("sh", [
"-c",
Expand Down
4 changes: 3 additions & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export default async (): Promise<{
"install",
"-A",
"-r",
"https://cli.fluentci.io -n fluentci",
"https://cli.fluentci.io",
"-n",
"fluentci",
]);
await exec("sh", [
"-c",
Expand Down

0 comments on commit 74328b9

Please sign in to comment.