From f70daf48c0ea68616100747b8f540e93bd11b295 Mon Sep 17 00:00:00 2001 From: Monday Date: Wed, 18 Jan 2023 03:45:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- open-vm-tools.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/open-vm-tools.yaml b/open-vm-tools.yaml index 63e0e90..2ad89f0 100644 --- a/open-vm-tools.yaml +++ b/open-vm-tools.yaml @@ -1,4 +1,5 @@ version_control: github src_repo: vmware/open-vm-tools -tag_prefix: ^ -seperator: . \ No newline at end of file +tag_prefix: "^stable-" +separator: "." +git_url: https://github.com/vmware/open-vm-tools.git \ No newline at end of file