mirror of
https://github.com/strongdm/comply
synced 2025-12-06 14:24:12 +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:
@@ -17,7 +17,7 @@ type File struct {
|
|||||||
|
|
||||||
// Frameworks lists all standard files.
|
// Frameworks lists all standard files.
|
||||||
func Frameworks() ([]File, error) {
|
func Frameworks() ([]File, error) {
|
||||||
return filesFor("frameworks", "yml")
|
return filesFor("frameworks", "yaml")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Narratives lists all narrative files.
|
// Narratives lists all narrative files.
|
||||||
|
|||||||
Reference in New Issue
Block a user