Skip to content

Commit 40ad83e

Browse files
authored
Merge pull request #204 from dgageot/fix-cli
Fix the cli
2 parents 0d68f13 + 8695270 commit 40ad83e

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)