Skip to content

Commit 6ff3111

Browse files
committed
feat(chore/windows): move socket path to fully owned folder
1 parent 4cba1ce commit 6ff3111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/api/defaults_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func DaemonSocketPath() string {
2626
if base == "" {
2727
base = `C:\ProgramData`
2828
}
29-
return filepath.Join(base, "Docker", "SecretsEngine", "daemon.sock")
29+
return filepath.Join(base, "DockerSecretsEngine", "daemon.sock")
3030
}

0 commit comments

Comments
 (0)