Skip to content

Commit

Permalink
Fix README about bundle_bins
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2014
1 parent c1f902e commit be6b6d1
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 @@ -33,7 +33,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 %w(my_new_binary)
set :bundle_bins, fetch(:bundle_bins, []).push 'my_new_binary'
```

Configurable options:
Expand Down

0 comments on commit be6b6d1

Please sign in to comment.