Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin directories are inconsistent #844

Open
chrislovecnm opened this issue Apr 19, 2022 · 0 comments
Open

Plugin directories are inconsistent #844

chrislovecnm opened this issue Apr 19, 2022 · 0 comments

Comments

@chrislovecnm
Copy link

We are using ~/.jx and ~/.jx-gitops for plugins, while jx3 is using ~/.jx3 now. See:

func PluginBinDirFunc(fn func(string) string) (string, error) {
for _, e := range []string{"JX_GITOPS_HOME", "JX3_HOME", "JX_HOME"} {
v := fn(e)
if v != "" {
return homedir.PluginBinDir(v, ".jx")
}
}
return homedir.PluginBinDir("", ".jx")
}

pluginBinDir, err := homedir.PluginBinDir(os.Getenv("JX_GITOPS_HOME"), ".jx-gitops")

Which directory should it use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant