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

🐛 Use default path when installing a provider. #1939

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

preslavgerchev
Copy link
Contributor

The init function in the providers sets the default path to either the system path or the home path, depending on whether we're running as root. If trying to install a provider, we previously defaulted to the home path, which was only set when running as non-root.

Fix this to always use default path so that the install works for both root and non-root users.

@chris-rock chris-rock merged commit 5abdc22 into main Sep 26, 2023
@chris-rock chris-rock deleted the preslav/fix-def-path branch September 26, 2023 16:09
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants