Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Jul 10, 2024
1 parent 75f9705 commit f737788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/npm-audit/temp.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ const path = require("path");
const directoryPaths = JSON.parse(process.env.directoryPaths);

directoryPaths.map((dirPath) => {
console.log(path.resolve(__dirname, `../../../${directoryPath}`));
console.log(path.resolve(__dirname, `../../../${dirPath}`));
});

0 comments on commit f737788

Please sign in to comment.