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 %Q{} to allow commands with quotes #401

Merged
merged 1 commit into from
Apr 22, 2014
Merged

Conversation

ahawkins
Copy link
Contributor

@ahawkins ahawkins commented Oct 6, 2013

I have this command in my Procfile: sidekiq: bundle exec sidekiq -r "$(pwd)/app.rb". This generates an invalid ruby file. This commit uses %Q{} which allows for any combination of double quotes and single quotes.

I have this command in my Procfile: `sidekiq: bundle exec sidekiq -r "$(pwd)/app.rb"`. This generates an invalid ruby file. This commit uses %Q{} which allows for any combination of double quotes and single quotes.
ddollar added a commit that referenced this pull request Apr 22, 2014
Use %Q{} to allow commands with quotes
@ddollar ddollar merged commit bf40a36 into ddollar:master Apr 22, 2014
@ddollar
Copy link
Owner

ddollar commented Apr 22, 2014

Thanks!

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