diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-31 17:12:37 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-31 17:12:37 +0200 |
commit | 90c0fdfc9da36c29fe5093b78e0581c19c2279b5 (patch) | |
tree | fa37cfa92cb03cb7aa8347074607377ef90b11e2 /doc/install | |
parent | 5ebc787ca02e018b0344bd4e4fc2a6ac9f6f1677 (diff) | |
download | gitlab-ce-90c0fdfc9da36c29fe5093b78e0581c19c2279b5.tar.gz |
More changes suggested by Robert
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index f012c9cd51b..2d0932d4f04 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -334,7 +334,6 @@ sudo usermod -aG redis git # Enable packfile bitmaps sudo -u git -H git config --global repack.writeBitmaps true - # Configure Redis connection settings sudo -u git -H cp config/resque.yml.example config/resque.yml |