Standardized XDS config file name and location.
[src/xds/xds-agent.git] / lib / syncthing / st.go
index ac1e99d..c4b72c5 100644 (file)
@@ -278,7 +278,7 @@ func (s *SyncThing) Start() (*exec.Cmd, error) {
        */
        s.STCmd, err = s.startProc("syncthing", args, env, &s.exitSTChan)
 
-       // Use autogenerated apikey if not set by config.json
+       // Use autogenerated apikey if not set by agent-config.json
        if err == nil && s.APIKey == "" {
                if fd, err := os.Open(filepath.Join(s.Home, "config.xml")); err == nil {
                        defer fd.Close()