1
0
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:
Craine Runton 2020-09-17 10:39:14 -05:00
parent e289d6d8f4
commit 8f5a63db53

View File

@ -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.