summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/ci/project_ci_cd_settings_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/ci/project_ci_cd_settings_update.rb')
-rw-r--r--app/graphql/mutations/ci/project_ci_cd_settings_update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/ci/project_ci_cd_settings_update.rb b/app/graphql/mutations/ci/project_ci_cd_settings_update.rb
index 27b066ffcf6..934d62e92cf 100644
--- a/app/graphql/mutations/ci/project_ci_cd_settings_update.rb
+++ b/app/graphql/mutations/ci/project_ci_cd_settings_update.rb
@@ -15,7 +15,7 @@ module Mutations
argument :keep_latest_artifact, GraphQL::Types::Boolean,
required: false,
- description: 'Indicates if the latest artifact should be kept for this project.'
+ description: 'Indicates if the latest artifact should be kept for the project.'
argument :job_token_scope_enabled, GraphQL::Types::Boolean,
required: false,