We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dcc7c commit 7165583Copy full SHA for 7165583
1 file changed
app/cli/internal/policydevel/init.go
@@ -39,9 +39,9 @@ const (
39
40
const (
41
// Rego templates
42
- regoTemplateDir = "templates/rego"
43
- regoPolicyFile = "example-policy.rego"
44
- regoYAMLFile = "example-policy.yaml"
+ regoTemplateDir = "templates/rego"
+ regoPolicyFile = "example-policy.rego"
+ regoYAMLFile = "example-policy.yaml"
45
46
// WASM Go templates
47
wasmGoTemplateDir = "templates/wasm-go"
0 commit comments