Skip to content

Commit

Permalink
Add missing parens to bundle_bins example.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveslutzkin committed Nov 6, 2014
1 parent 010c47f commit 22f8a3a
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 22f8a3a

Please sign in to comment.