summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2015-12-28 20:28:40 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2015-12-28 20:28:40 +0100
commit0eab0c6efd6779e4e7c78fae4959b8897c055ecf (patch)
treea6d37b24fa94abb42285d58c00426927bc1c0f7f
parent17ef4cdff96991727fd2d205d1871b99272a55b9 (diff)
downloadgitlab-ce-0eab0c6efd6779e4e7c78fae4959b8897c055ecf.tar.gz
Fixed syntax in gitlab.yml.example
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 7725fa34031..a26002ec07d 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -4,7 +4,7 @@
#
########################### NOTE #####################################
# This file should not receive new settings. All configuration options #
-* are being moved to ApplicationSetting model! #
+# * are being moved to ApplicationSetting model! #
# If a setting requires an application restart say so in that screen. #
# If you change this file in a Merge Request, please also create #
# a MR on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests #