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 collect and Result::is_ok for unix path additions #2

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Use collect and Result::is_ok for unix path additions #2

merged 2 commits into from
Mar 30, 2024

Conversation

kennethloeffler
Copy link
Member

This PR closes #1 by using collect and Result::is_ok to prevent Unix path additions from failing if some shell configuration files are unable to be found.

@kennethloeffler kennethloeffler changed the title Use collect and Result::is_ok to unix path additions Use collect and Result::is_ok for unix path additions Mar 29, 2024
Copy link
Collaborator

@filiptibell filiptibell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, LGTM!

@filiptibell filiptibell merged commit 244ec3a into rojo-rbx:main Mar 30, 2024
@kennethloeffler kennethloeffler deleted the fix-unix-path-additions branch March 30, 2024 21:13
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

Successfully merging this pull request may close these issues.

rokit self-install can fail to add to the path on Unix systems
2 participants