From 6e6ca133cf7675c601f2b5262bf0650211a0440f Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 11 Apr 2014 12:04:51 +0200 Subject: [PATCH] Fix spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d62cd..6026e0b 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ If you want to keep using an existing GitLab database you can skip this step. Next, we add the following settings to `/etc/gitlab/gitlab.rb`. ```ruby -# Disable the build-in Postgres +# Disable the built-in Postgres postgresql['enable'] = false # Fill in the values for database.yml -- libgit2 0.21.2