forked from Ivasoft/traefik
chore: update linter.
This commit is contained in:
committed by
GitHub
parent
ec0d03658d
commit
2e7833df49
@@ -79,7 +79,7 @@ func loadConfigFiles(configFile string, element interface{}) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
if err = file.Decode(filePath, element); err != nil {
|
||||
if err := file.Decode(filePath, element); err != nil {
|
||||
return "", err
|
||||
}
|
||||
return filePath, nil
|
||||
|
||||
Reference in New Issue
Block a user