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/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 09:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 09:08:59 +0300
commit6a7005feed2e88568f42627e7190ff5c4f2aa8d3 (patch)
tree1dbd36962c1d30428084950bd26db1df0185e599 /app
parent749c2a5f5aada205b959c5651bfc5d4d7c22229b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/graphql/types/commit_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/commit_type.rb b/app/graphql/types/commit_type.rb
index 994377cabd4..392e3ae41c5 100644
--- a/app/graphql/types/commit_type.rb
+++ b/app/graphql/types/commit_type.rb
@@ -40,7 +40,7 @@ module Types
type: Types::Ci::PipelineType,
null: true,
description: "Latest pipeline of the commit",
- deprecation_reason: 'use pipelines',
+ deprecation_reason: 'Use pipelines',
resolver: Resolvers::CommitPipelinesResolver.last
end
end