blob: 8d61bade2aad4e141c422d32c1f903604ff6367c [file] [edit]
package plugins
import (
"os"
"path/filepath"
)
// specsPaths is the Windows implementation of [SpecsPaths].
func specsPaths() []string {
return []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}
}