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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-03 13:32:39 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-03 13:32:39 +0300
commit72307940bb04d29dc751adb5e76330d2ce45e9ce (patch)
treee7a3441115e60118d428999aed6164b782a213a3 /app/services
parent738bf2c23891467dbc9c74d08223fd3c4e432ae7 (diff)
Improve code style related to protected actions
Diffstat (limited to 'app/services')
-rw-r--r--app/services/ci/play_build_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/ci/play_build_service.rb b/app/services/ci/play_build_service.rb
index c9ed45408f2..5b3ff1ced38 100644
--- a/app/services/ci/play_build_service.rb
+++ b/app/services/ci/play_build_service.rb
@@ -5,7 +5,7 @@ module Ci
raise Gitlab::Access::AccessDeniedError
end
- # Try to enqueue thebuild, otherwise create a duplicate.
+ # Try to enqueue the build, otherwise create a duplicate.
#
if build.enqueue
build.tap { |action| action.update(user: current_user) }