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 1dcfa85 commit 6ea5077
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 @@ -29,7 +29,7 @@ function writeRuleStructure(ruleID) {
}

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

0 comments on commit 6ea5077

Please sign in to comment.