Skip to content

Commit

Permalink
updated console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Jul 1, 2024
1 parent 1346f7b commit 40aa588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-rc-commits.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function main() {
} else {
const csvContent = formatAsCSV(commitsByTeam);
fs.writeFileSync(fileTitle, csvContent.join('\n'));
console.log('CSV file "commits.csv" created successfully.');
console.log('CSV file ', fileTitle, ' created successfully.');
}
}

Expand Down

0 comments on commit 40aa588

Please sign in to comment.