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 SyntaxError with utility.rb and Ruby 1.8.7 #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cacquani
Copy link

I have to work with Ruby 1.8.7 (long story, legacy project) and having the colon on the new line makes the deploy throw an error at the very beginning of the process:
~/.rvm/gems/ruby-1.8.7-p370/gems/capistrano-unicorn-0.2.0/lib/capistrano-unicorn/utility.rb:6: syntax error, unexpected '\n' (SyntaxError)

Moving the colon to the end of the previous line solves the problem for Ruby 1.8.7, and for any newer Ruby version is just a cosmetic change.

I have to work with Ruby 1.8.7 (long story, legacy project) and having the colon on the new line makes the deploy throw an error at the very beginning of the process:
~/.rvm/gems/ruby-1.8.7-p370/gems/capistrano-unicorn-0.2.0/lib/capistrano-unicorn/utility.rb:6: syntax error, unexpected '\n' (SyntaxError)

Moving the colon to the end of the previous line solves the problem for Ruby 1.8.7, and for any newer Ruby version is just a cosmetic change.
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.

1 participant