Skip to content

Commit

Permalink
resetting + fixes on script
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Feb 15, 2024
1 parent 7aea102 commit 62bdcd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 190 deletions.
187 changes: 0 additions & 187 deletions setups/monza/bmw_m3_gt2/habby1337.ini

This file was deleted.

3 changes: 0 additions & 3 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ if (isClosed && hasLabel && hasSetupTag) {
const setupBlob = issue.body.match(/```ini([\s\S]*)```/)[1].trim();
const setupFilePath = `./setups/${carName}/${trackName}/${username}.ini`;

// fs.mkdirSync(`./setups/${carName}/`, { recursive: true });
// fs.mkdirSync(`./setups/${carName}/${trackName}/`, { recursive: true });
fs.mkdirSync(`./setups/${carName}`, { recursive: true });
fs.mkdirSync(`./setups/${carName}/${trackName}`, { recursive: true });
fs.writeFileSync(setupFilePath, setupBlob);

Expand Down

0 comments on commit 62bdcd2

Please sign in to comment.