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 string interpolation syntax #133

Merged

Conversation

henrebotha
Copy link

@henrebotha henrebotha commented Apr 9, 2017

rake db:schema:load has a malformed string for an error message. The message should display the name of the file and also properly namespace the display of the migrate task's name (e.g. rake sequel:migrate), but because the error string is single-quoted, this doesn't happen and the intended interpolated values are instead interpreted as literals.

@JonathanTron
Copy link
Member

Hi @henrebotha, thanks for catching the issue and providing the fix!

@JonathanTron JonathanTron merged commit 7fdc968 into TalentBox:master Apr 9, 2017
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.

2 participants