Skip to content

Commit 357424c

Browse files
committed
Remove absolute path to bundle
1 parent 36ad93e commit 357424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/centos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
483483
cd /home/git/gitlab
484484

485485
# For MySQL (note, the option says "without ... postgres")
486-
sudo -u git -H /usr/local/bin/bundle install --deployment --without development test postgres aws
486+
sudo -u git -H bundle install --deployment --without development test postgres aws
487487

488488
# Or for PostgreSQL (note, the option says "without ... mysql")
489489
sudo -u git -H bundle config build.pg --with-pg-config=/usr/pgsql-9.3/bin/pg_config

0 commit comments

Comments
 (0)