Skip to content

Commit

Permalink
chore: fix install script for modern deno
Browse files Browse the repository at this point in the history
  • Loading branch information
lino-levan authored Apr 18, 2024
1 parent c22f845 commit 6f2d74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (install_from === ".") {
const command = new Deno.Command(Deno.execPath(), {
args: [
"install",
"-Afr",
"-Afrg",
"--config",
config_file,
"-n",
Expand Down

0 comments on commit 6f2d74c

Please sign in to comment.