summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie Morillo <rubymorillo@users.noreply.github.com>2017-09-20 14:38:59 -0400
committerGitHub <noreply@github.com>2017-09-20 14:38:59 -0400
commit2341b13b0d87047df041ad6450d95d50bc4ad55d (patch)
tree4f7d3ad807c445caa218ed711f6f488b796afb8d
parent44f35ef9ed8bc4def4d022b315410ec4a8ee24f3 (diff)
downloadbundler-rubymorillo-patch-4.tar.gz
removed more whitespacerubymorillo-patch-4
from line 54
-rw-r--r--man/bundle-install.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 897425ca4d..959338409e 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -51,7 +51,7 @@ time `bundle install` is run, use `bundle config` (see bundle-config(1)).
file (a binstub) that loads Bundler, runs the command, and puts it in `bin/`.
This lets you link the binstub inside of an application to the exact gem
version the application needs.
-
+
Creates a directory (defaults to `~/bin`) and places any executables from the
gem there. These executables run in Bundler's context. If used, you might add
this directory to your environment's `PATH` variable. For instance, if the