mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02: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