We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1964c commit 7c9cc84Copy full SHA for 7c9cc84
configuration/cluster_sync_helpers.go
@@ -32,6 +32,7 @@ func (c *ClusterSync) getNodeFacts() map[string]string {
32
runtime, err := c.cli.Runtime()
33
if err != nil {
34
log.Errorf("unable to fetch processInfo: %s", err.Error())
35
+ return facts
36
}
37
processInfos, err := runtime.GetInfo()
38
if err != nil || len(processInfos) < 1 {
0 commit comments