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

Add correct paths to $LOAD_PATH #1169

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

jklina
Copy link
Contributor

@jklina jklina commented Dec 6, 2023

The bin/setup script was failing due to being unable to find the required files in demo/config/application.rb. It looks like the directory references were nested one level to deep in the boot.rb file. This PR changes the references to refer back to the project home directory.

The `bin/setup` script was failing due to being unable to find the
required files in `demo/config/application.rb`. It looks like the
file references we're nested one level to deep.
@jklina jklina marked this pull request as ready for review December 6, 2023 19:40
@bensheldon bensheldon merged commit 294e510 into bensheldon:main Dec 8, 2023
20 checks passed
@bensheldon
Copy link
Owner

@jklina Thanks for fixing this 💖

@bensheldon bensheldon added the bug Something isn't working label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

2 participants