Skip to content

Commit b248885

Browse files
fix "Application Support" whitespace for mac
1 parent f2e7a0e commit b248885

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)