mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Go: Change "Unable" to "Failed" for consistency
This commit is contained in:
@@ -65,7 +65,7 @@ func getEnvVars() []string {
|
||||
|
||||
f, err := os.CreateTemp("", "codeql-proxy.crt")
|
||||
if err != nil {
|
||||
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()))
|
||||
}
|
||||
|
||||
_, err = f.WriteString(proxy_cert)
|
||||
|
||||
Reference in New Issue
Block a user