fix tests

This commit is contained in:
Adrien Marquès 2018-11-18 19:09:28 +01:00
parent 0059dd90ea
commit bca2b145bc
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func loadFromContent(path string) (ConfigurationFormat, error) {
defer file.Close() defer file.Close()
// extensions ordered by strictness of the language's syntax // 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 // try to load each available extension
for _, ext := range extensions { for _, ext := range extensions {