Skip to content

Commit f69a679

Browse files
author
Andrea Cambieri
committed
fixed autosave path
1 parent 734c7af commit f69a679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/conf/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func LoadConfig(path string) (*loadbalancer.LoadBalancer, *api.ApiServer, error)
148148
configuration.ManagementPort,
149149
lb,
150150
SaveConfigChan)
151-
StartAutoSaveConfig(ConfigPath, lb, apiServer)
151+
StartAutoSaveConfig(path, lb, apiServer)
152152
return lb, apiServer, nil
153153
}
154154

0 commit comments

Comments
 (0)