Skip to content

Commit 8695270

Browse files
committed
Fix the cli
Signed-off-by: David Gageot <[email protected]>
1 parent 0d68f13 commit 8695270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/host-binary/pkg/paths/paths_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ func GetSecretsApiSocketPath() (string, error) {
66
return `//./pipe/dockerJfs`, nil
77
}
88

9-
func GetSecretsApiSocketPath() (string, error) {
9+
func GetToolsApiSocketPath() (string, error) {
1010
return `//./pipe/dockerTools`, nil
1111
}

0 commit comments

Comments
 (0)