Skip to content

Commit

Permalink
🚀 Updates distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 10, 2020
1 parent 1963180 commit 378e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ async function run() {
// install reviewdog
console.log(`[*] Installing reviewdog...`);
await exec.exec(
`/bin/bash -c "wget -O - -q https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sh -s -- -b /usr/local/bin/`
`/bin/bash -c "wget -O - -q https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sudo sh -s -- -b /usr/local/bin/`
);

// install/update flake8 package
Expand Down

0 comments on commit 378e483

Please sign in to comment.