summaryrefslogtreecommitdiff
path: root/lib/api/runner.rb
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-03-07 12:30:34 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-07 12:30:34 +0100
commit32b09b8847955052765895063297181835c45b8c (patch)
treead8a173ec83c8d48dd246215b87b2c72c792252f /lib/api/runner.rb
parent0905fe4d7ad778eba78d57da2fa1f38575721622 (diff)
downloadgitlab-ce-32b09b8847955052765895063297181835c45b8c.tar.gz
Add minor refactoringfeature/runner-jobs-v4-api
Diffstat (limited to 'lib/api/runner.rb')
-rw-r--r--lib/api/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/runner.rb b/lib/api/runner.rb
index caa330c7234..c700d2ef4a1 100644
--- a/lib/api/runner.rb
+++ b/lib/api/runner.rb
@@ -115,7 +115,7 @@ module API
end
end
- desc 'Appends a patch to the job.trace' do
+ desc 'Appends a patch to the job trace' do
http_codes [[202, 'Trace was patched'],
[400, 'Missing Content-Range header'],
[403, 'Forbidden'],