* Adjust comment.

This commit is contained in:
liyuchun
2022-01-18 09:06:07 +08:00
parent 72d551598b
commit 223ae8be3d
+1 -1
View File
@@ -41,7 +41,7 @@ r($result) && p() && e('return false'); //使用正确的gitlabID、标签信息
dao::$errors = array();
$projectID = 1555;
/* Delete branches with the same name. */
/* Delete tags with the same name. */
$gitlab->apiDeleteTagPriv($gitlabID, $projectID, $_POST['tag_name']);
$gitlab->apiDeleteTag($gitlabID, $projectID, $_POST['tag_name']);