From bb24d7b8943c6401e8b2932049371bdb7137c0f6 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 5 Aug 2014 10:29:56 +0200 Subject: [PATCH] Fix typo in external redis documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b525d48..ed4bebf 100644 --- a/README.md +++ b/README.md @@ -631,7 +631,7 @@ settings to take effect. ```ruby redis['enable'] = false -gitlab_rails['redis_host'] = redis.example.com +gitlab_rails['redis_host'] = 'redis.example.com' gitlab_rails['redis_port'] = 6380 # defaults to 6379 ``` -- libgit2 0.21.2