diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-10 16:35:07 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-14 18:53:57 +1100 |
commit | c3882c261173226a4d14c83ea5fd1c13986d4754 (patch) | |
tree | d9115d07e773555a6ca103a03f7f4cf984fb64a7 /doc/api/jobs.md | |
parent | f61c37c27d5bbc289374d0d77079c2a6988c15c2 (diff) | |
download | gitlab-ce-c3882c261173226a4d14c83ea5fd1c13986d4754.tar.gz |
Clean up docs
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r-- | doc/api/jobs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md index db4fe2f6880..e4e48edd9a7 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -82,7 +82,7 @@ Example of response "artifacts_file": null, "finished_at": "2015-12-24T17:54:24.921Z", "id": 6, - "name": "spinach:other", + "name": "rspec:other", "pipeline": { "id": 6, "ref": "master", @@ -196,7 +196,7 @@ Example of response "artifacts_file": null, "finished_at": "2015-12-24T17:54:24.921Z", "id": 6, - "name": "spinach:other", + "name": "rspec:other", "pipeline": { "id": 6, "ref": "master", |