From 223ae8be3d46defd65fd417b3b42ac42ee033cc9 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Tue, 18 Jan 2022 09:06:07 +0800 Subject: [PATCH] * Adjust comment. --- test/model/gitlab/createtag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/model/gitlab/createtag.php b/test/model/gitlab/createtag.php index eecadec592..f61022862c 100755 --- a/test/model/gitlab/createtag.php +++ b/test/model/gitlab/createtag.php @@ -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']);