forked from Ivasoft/traefik
fix: start of Traefik Pilot
This commit is contained in:
committed by
GitHub
parent
79af433381
commit
6445befe87
@@ -36,5 +36,5 @@ func isPilotEnabled(staticCfg *static.Configuration) bool {
|
||||
|
||||
func hasPlugins(staticCfg *static.Configuration) bool {
|
||||
return staticCfg.Experimental != nil &&
|
||||
len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil
|
||||
(len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user