diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-29 10:50:39 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-29 10:50:39 +0000 |
commit | 5b4c414712adbe898a702db977613349e65f0515 (patch) | |
tree | 308d2ec6baa2bb2a0b4e4e930dba4941d249e733 | |
parent | 56a8f4e3bd3bc19c32fad04325c0fdaec4665005 (diff) | |
parent | 6a5e4f6373b46ac382b961f5b4e70d490902b870 (diff) | |
download | gitlab-ce-5b4c414712adbe898a702db977613349e65f0515.tar.gz |
Merge branch 'patch-31' into 'master'
`Create a new tag` json Missing double quotes
See merge request gitlab-org/gitlab-ce!22614
-rw-r--r-- | doc/api/tags.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md index f2a3f9f28d2..826900ca518 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -134,7 +134,7 @@ Parameters: "description": "Amazing release. Wow" }, "name": "v1.0.0", - "target: "2695effb5807a22ff3d138d593fd856244e155e7", + "target": "2695effb5807a22ff3d138d593fd856244e155e7", "message": null } ``` |