Skip to content

Commit 0ca25c1

Browse files
authored
Merge pull request #2863 from jakobmoellersap/fix-application-support-folder-macos-external-plugins
🐛 "Application Support" whitespace for mac plugins
2 parents aac732c + b248885 commit 0ca25c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func getPluginsRoot(host string) (pluginsRoot string, err error) {
176176
switch host {
177177
case "darwin":
178178
logrus.Debugf("Detected host is macOS.")
179-
pluginsRoot = filepath.Join("Library", "ApplicationSupport", "kubebuilder", "plugins")
179+
pluginsRoot = filepath.Join("Library", "Application Support", "kubebuilder", "plugins")
180180
case "linux":
181181
logrus.Debugf("Detected host is Linux.")
182182
pluginsRoot = filepath.Join(".config", "kubebuilder", "plugins")

0 commit comments

Comments
 (0)