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 159b7b6 commit 521e771Copy full SHA for 521e771
hack/windows/archive-proxy/main.go
@@ -26,13 +26,11 @@ func main() {
26
exePath, err := os.Executable()
27
if err != nil {
28
log.Fatalf("Error getting executable path: %v\n", err)
29
- return
30
}
31
32
exeAbsPath, err := filepath.Abs(exePath)
33
34
log.Fatalf("Error getting executable absolute path: %v\n", err)
35
36
37
38
// Fabricate the elastic-agent.exe path that reside inside the data/elastic-agent-{commit-short-sha} directory
0 commit comments