mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Fix typo in binstubs documentation
https://github.com/bundler/bundler/commit/88dbfa18b4
This commit is contained in:
parent
56229c4e5d
commit
d2d6d5c988
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ bundle-binstubs(1) -- Install the binstubs of the listed gems
|
|||
Binstubs are scripts that wrap around executables. Bundler creates a
|
||||
small Ruby file (a binstub) that loads Bundler, runs the command,
|
||||
and puts it into `bin/`. Binstubs are a shortcut-or alternative-
|
||||
to always using `bundle exec`. This gives you a file that can by run
|
||||
to always using `bundle exec`. This gives you a file that can be run
|
||||
directly, and one that will always run the correct gem version
|
||||
used by the application.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue