fix tests
This commit is contained in:
parent
0059dd90ea
commit
bca2b145bc
|
@ -88,7 +88,7 @@ func loadFromContent(path string) (ConfigurationFormat, error) {
|
|||
defer file.Close()
|
||||
|
||||
// extensions ordered by strictness of the language's syntax
|
||||
extensions := []string{".json", ".nginx", ".ini", ".sh", ".yaml"}
|
||||
extensions := []string{".json", ".nginx", ".ini", ".yaml", ".sh"}
|
||||
|
||||
// try to load each available extension
|
||||
for _, ext := range extensions {
|
||||
|
|
Loading…
Reference in New Issue