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 0d68f13 commit 8695270Copy full SHA for 8695270
src/extension/host-binary/pkg/paths/paths_windows.go
@@ -6,6 +6,6 @@ func GetSecretsApiSocketPath() (string, error) {
6
return `//./pipe/dockerJfs`, nil
7
}
8
9
-func GetSecretsApiSocketPath() (string, error) {
+func GetToolsApiSocketPath() (string, error) {
10
return `//./pipe/dockerTools`, nil
11
0 commit comments