mirror of
https://github.com/strongdm/comply
synced 2024-11-16 21:04:54 +00:00
Read framework files as .yaml
instead of .yml
because that is what the file extensions typically come in.
This commit is contained in:
parent
e289d6d8f4
commit
8f5a63db53
@ -17,7 +17,7 @@ type File struct {
|
||||
|
||||
// Frameworks lists all standard files.
|
||||
func Frameworks() ([]File, error) {
|
||||
return filesFor("frameworks", "yml")
|
||||
return filesFor("frameworks", "yaml")
|
||||
}
|
||||
|
||||
// Narratives lists all narrative files.
|
||||
|
Loading…
Reference in New Issue
Block a user