Commit 23a9113c authored by Oskar Hermansson's avatar Oskar Hermansson

Fix typo 'soure' -> 'source'

parent 30cfc3c3
...@@ -50,7 +50,7 @@ Example of response ...@@ -50,7 +50,7 @@ Example of response
"iid": 12, "iid": 12,
"project_id": 1, "project_id": 1,
"status": "pending", "status": "pending",
"soure": "push", "source": "push",
"ref": "new-pipeline", "ref": "new-pipeline",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a", "sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",
"web_url": "https://example.com/foo/bar/pipelines/47", "web_url": "https://example.com/foo/bar/pipelines/47",
...@@ -62,7 +62,7 @@ Example of response ...@@ -62,7 +62,7 @@ Example of response
"iid": 13, "iid": 13,
"project_id": 1, "project_id": 1,
"status": "pending", "status": "pending",
"soure": "web", "source": "web",
"ref": "new-pipeline", "ref": "new-pipeline",
"sha": "eb94b618fb5865b26e80fdd8ae531b7a63ad851a", "sha": "eb94b618fb5865b26e80fdd8ae531b7a63ad851a",
"web_url": "https://example.com/foo/bar/pipelines/48", "web_url": "https://example.com/foo/bar/pipelines/48",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment