summaryrefslogtreecommitdiff
path: root/app/graphql/types/commit_type.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:59 +0000
commit6a7005feed2e88568f42627e7190ff5c4f2aa8d3 (patch)
tree1dbd36962c1d30428084950bd26db1df0185e599 /app/graphql/types/commit_type.rb
parent749c2a5f5aada205b959c5651bfc5d4d7c22229b (diff)
downloadgitlab-ce-6a7005feed2e88568f42627e7190ff5c4f2aa8d3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/types/commit_type.rb')
-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