We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521e771 commit 6f5df45Copy full SHA for 6f5df45
hack/windows/archive-proxy/main.go
@@ -37,7 +37,7 @@ func main() {
37
exeTopPath := filepath.Dir(exeAbsPath)
38
nestedAgentBinaryPath := filepath.Join(exeTopPath, "data", fmt.Sprintf("elastic-agent-%s", CommitSHA), "elastic-agent.exe")
39
if _, err := os.Stat(nestedAgentBinaryPath); err != nil {
40
- log.Fatalf("Unable to stat nested agent binary %q: %v\n", nestedAgentBinaryPath, err)
+ log.Fatalf("Unable to stat inner agent binary at %q: %v\n", nestedAgentBinaryPath, err)
41
}
42
43
// Create the arguments
0 commit comments