Skip to content

Commit

Permalink
Merge pull request #3 from fluent-ci-templates/fix/permissions
Browse files Browse the repository at this point in the history
fix: restore permissions after upgrade
  • Loading branch information
tsirysndr authored Jul 25, 2023
2 parents 794b1e4 + 59e64c4 commit 2e4c911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ async function upgrade() {
const command = new Deno.Command(Deno.execPath(), {
args: [
"install",
"-A",
"-r",
"--import-map=https://deno.land/x/fluentci/import_map.json",
"https://deno.land/x/fluentci/main.ts",
Expand Down

0 comments on commit 2e4c911

Please sign in to comment.