Skip to content

Commit

Permalink
Merge pull request capistrano#55 from daveslutzkin/patch-1
Browse files Browse the repository at this point in the history
Add missing parens to bundle_bins example
  • Loading branch information
kirs committed Nov 26, 2014
2 parents 010c47f + 22f8a3a commit 13f3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ By default, the plugin adds `bundle exec` prefix to common executables listed in

You can add any custom executable to this list:
```ruby
set :bundle_bins, fetch(:bundle_bins, []).push 'my_new_binary'
set :bundle_bins, fetch(:bundle_bins, []).push('my_new_binary')
```

Configurable options:
Expand Down

0 comments on commit 13f3a45

Please sign in to comment.