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 6ea5077 commit 0ed371e
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 @@ -45,7 +45,7 @@ function writeRuleStructure(ruleID) {
ruleYAMLContent(ruleID, ruleNameParts[0]),
'utf8',
);
console.error(`${ruleID} file written successfully - ${ruleFilePath}`);
console.log(`${ruleID} file written successfully - ${ruleFilePath}`);
} else {
console.error(`${ruleID} file already exists - ${ruleFilePath}`);
}
Expand Down

0 comments on commit 0ed371e

Please sign in to comment.