diff --git a/internal/path/path.go b/internal/path/path.go index db71634..d7e486c 100644 --- a/internal/path/path.go +++ b/internal/path/path.go @@ -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.