Skip to content

Commit

Permalink
Update scripts/generate_rule.js
Browse files Browse the repository at this point in the history
Co-authored-by: elsapet <[email protected]>
  • Loading branch information
cfabianski and elsapet authored Jan 31, 2024
1 parent 0ed371e commit 7eba603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function writeTestFileIfNotExists(ruleID) {
}

fs.writeFileSync(testdataFilePath, content, 'utf8');
console.error(`testdata file written successfully - ${testdataFilePath}`);
console.log(`testdata file written successfully - ${testdataFilePath}`);
} else {
console.error(`testdata file already exists - ${testdataFilePath}`);
}
Expand Down

0 comments on commit 7eba603

Please sign in to comment.