Skip to content

Commit

Permalink
chore: write to md file
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanelly95 committed Oct 3, 2023
1 parent 2b6bf2e commit b09f98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gasCompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let gasCompare = async () => {

if (gasChangeData.length !== 0) {
// Write the markdown to a file called gasCompareOutput.json
fs.writeFileSync('gasCompareOutput.json', markdownString);
fs.writeFileSync('gasCompareOutput.md', markdownString);
} else {
console.log("No changes found in gas Consumption");
}
Expand Down

0 comments on commit b09f98e

Please sign in to comment.