phallstrom / slackistrano

Slack integration for Capistrano deployments.
MIT License
373 stars 74 forks source link

Fix updated fields array example syntax #43

Closed soullivaneuh closed 8 years ago

soullivaneuh commented 8 years ago

I got the following error with your actual example:

$ bundle exec cap production deploy
(Backtrace restricted to imported tasks)
cap aborted!
SyntaxError: config/deploy.rb:35: syntax error, unexpected ':', expecting =>
    "title": "Project",
            ^
config/deploy.rb:35: syntax error, unexpected ',', expecting end-of-input

Tasks: TOP => production
(See full trace by running task with --trace)
phallstrom commented 8 years ago

What version of Ruby are you running?

phallstrom commented 8 years ago

Doh. I misread this the other day. My bad. Will merge soon. Thanks!