Skip to content

Commit

Permalink
oop x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwalker committed Sep 16, 2023
1 parent 9602cc1 commit 423a78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
const run = async (cmd) => {
const out = [];
await exec.exec(cmd, {
await exec.exec(cmd, [], {
stdout: (data) => {
out.push(data.toString());
},
Expand Down

0 comments on commit 423a78b

Please sign in to comment.