update staert + glide pin version
This commit is contained in:
parent
cc2735f733
commit
c5084fd025
3 changed files with 7 additions and 5 deletions
|
@ -70,7 +70,7 @@ Complete documentation is available at https://traefik.io`,
|
|||
//add sources to staert
|
||||
s.AddSource(toml)
|
||||
s.AddSource(f)
|
||||
if _, err := s.GetConfig(); err != nil {
|
||||
if _, err := s.LoadConfig(); err != nil {
|
||||
fmtlog.Println(err)
|
||||
}
|
||||
if traefikConfiguration.File != nil && len(traefikConfiguration.File.Filename) == 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue