Skip to content

Commit 91a7944

Browse files
committed
Go: Change "Unable" to "Failed" for consistency
1 parent 5172a4d commit 91a7944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/util/registryproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func getEnvVars() []string {
6565

6666
f, err := os.CreateTemp("", "codeql-proxy.crt")
6767
if err != nil {
68-
slog.Error("Unable to create temporary file for the proxy certificate", slog.String("error", err.Error()))
68+
slog.Error("Failed to create temporary file for the proxy certificate", slog.String("error", err.Error()))
6969
}
7070

7171
_, err = f.WriteString(proxy_cert)

0 commit comments

Comments
 (0)