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
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-16 11:09:41 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-20 22:48:28 +0300
commit8039856d80ce710f69af611f58857b29b74712b4 (patch)
tree0a2fd6a1c6e4ed94532be0deaa83d99a7e553bca /lib/gitlab/template
parent5d12189296e173616ee980c60943680ed2d7d061 (diff)
Add changelog item, fix rubocop issue
Diffstat (limited to 'lib/gitlab/template')
-rw-r--r--lib/gitlab/template/gitlab_ci_yml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/template/gitlab_ci_yml.rb b/lib/gitlab/template/gitlab_ci_yml.rb
index 20377499ac9..da7273b8d70 100644
--- a/lib/gitlab/template/gitlab_ci_yml.rb
+++ b/lib/gitlab/template/gitlab_ci_yml.rb
@@ -9,7 +9,7 @@ module Gitlab
def categories
{
"General" => '',
- "Pages" =>'Pages'
+ "Pages" => 'Pages'
}
end