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

Fix install task [development] #640

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Conversation

fig
Copy link
Contributor

@fig fig commented Mar 5, 2023

Type of PR (feature, enhancement, bug fix, etc.)

bug fix

Description

The incorrect variable gemfile_path (class PathName) is being passed to #write_redis_recommendation which is expecting the actual String representation of the Gemfile.

Fixes #639

Checklist

  • My code follows the style guidelines of this project
  • Checks (StandardRB & Prettier-Standard) are passing

The incorrect variable `gemfile_path` (class PathName) is being passed to `#write_redis_recommendation` which is expecting the actual String representation of the Gemfile.

Fixes stimulusreflex#639
@netlify
Copy link

netlify bot commented Mar 5, 2023

Deploy Preview for stimulusreflex ready!

Name Link
🔨 Latest commit e3d37a6
🔍 Latest deploy log https://app.netlify.com/sites/stimulusreflex/deploys/6403f16c4b0b7e0007263bb2
😎 Deploy Preview https://deploy-preview-640--stimulusreflex.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@marcoroth
Copy link
Member

Hey @fig 👋

Thanks so much for reporting this bug and for also opening a pull request for it!

Indeed it seems like there's a small mixup with the usage of Pathname.

Copy link
Member

@marcoroth marcoroth 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!

@marcoroth marcoroth merged commit 5b64860 into stimulusreflex:main Mar 6, 2023
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.

Installer [development] aborts under certain circumstances.
2 participants