summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-22 00:19:05 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-22 00:19:05 -0800
commitd4e82f5e11a1cb069943cf2854ad3dbe9b4f72b3 (patch)
tree417d757374c76fc7cef5c02731cb94ae571708e3
parenta68630e06aee36c6304417f3ae8630cfca0ff107 (diff)
parent433fca6c5bebd135ca2d48e2d231b51904d07057 (diff)
downloadgitlab-ce-d4e82f5e11a1cb069943cf2854ad3dbe9b4f72b3.tar.gz
Merge pull request #6094 from sinm/patch-1
Updated gitlab.yaml.example's issue_closing_pattern to single quotes
-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 3a46a0a521b..c63e8cb7ded 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: