update staert + glide pin version

This commit is contained in:
Martin 2016-05-27 10:04:56 +02:00
parent cc2735f733
commit c5084fd025
3 changed files with 7 additions and 5 deletions

View file

@ -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 {