Skip to content

Commit

Permalink
address lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Jan 9, 2025
1 parent 1c646cb commit bf35130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dev/app/rule_type/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func createRuleTypeTestDataDir(dirName string) error {
}

func createFileWithContent(fileName, content string) error {
return os.WriteFile(fileName, []byte(content), 0644)
return os.WriteFile(fileName, []byte(content), 0600)
}

func renderwithRuleTypeName(templ, name string) string {
Expand Down

0 comments on commit bf35130

Please sign in to comment.