Skip to content

Commit 7c38d6b

Browse files
authored
Merge pull request #6713 from thaJeztah/remove_legacy_plugin_path
cli-plugins/manager: remove legacy system-wide cli-plugin path
2 parents f135652 + 1375933 commit 7c38d6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli-plugins/manager/manager_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ import (
1616
//
1717
// [ConfigFile.CLIPluginsExtraDirs]: https://pkg.go.dev/github.com/docker/[email protected]+incompatible/cli/config/configfile#ConfigFile.CLIPluginsExtraDirs
1818
var defaultSystemPluginDirs = []string{
19-
filepath.Join(os.Getenv("ProgramData"), "Docker", "cli-plugins"),
2019
filepath.Join(os.Getenv("ProgramFiles"), "Docker", "cli-plugins"),
2120
}

0 commit comments

Comments
 (0)