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 5172a4d commit 91a7944Copy full SHA for 91a7944
go/extractor/util/registryproxy.go
@@ -65,7 +65,7 @@ func getEnvVars() []string {
65
66
f, err := os.CreateTemp("", "codeql-proxy.crt")
67
if err != nil {
68
- slog.Error("Unable to create temporary file for the proxy certificate", slog.String("error", err.Error()))
+ slog.Error("Failed to create temporary file for the proxy certificate", slog.String("error", err.Error()))
69
}
70
71
_, err = f.WriteString(proxy_cert)
0 commit comments