Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorsinm <sinm.sinm@gmail.com>2014-01-20 08:47:19 +0400
committersinm <sinm.sinm@gmail.com>2014-01-20 08:47:19 +0400
commit433fca6c5bebd135ca2d48e2d231b51904d07057 (patch)
tree7cae0c95e6a4c00f0540648891083d07cff7dd77 /config
parent2b090339d1c794b4e280c7a38bf863ea6bb25069 (diff)
Updated gitlab.yaml.example's issue_closing_pattern to single quotes
… (misused double quotes here)
Diffstat (limited to 'config')
-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 f552bee8250..93fd479866c 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -65,7 +65,7 @@ production: &base
# If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
# This happens when the commit is pushed or merged into the default branch of a project.
# When not specified the default issue_closing_pattern as specified below will be used.
- # issue_closing_pattern: "([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+"
+ # issue_closing_pattern: '([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+'
## Default project features settings
default_projects_features: