From d3bc5a28b9915d94cfd88cd1d49b1195ceba6f8d Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 17 Jul 2020 15:06:12 +0800 Subject: [PATCH] fix yaml file error --- python-psutil.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.yaml b/python-psutil.yaml index 9c4e43a..9e2a987 100644 --- a/python-psutil.yaml +++ b/python-psutil.yaml @@ -1,5 +1,5 @@ git_url: https://github.com/giampaolo/psutil.git version_control: github src_repo: giampaolo/psutil -tag_prefix: "resease-" +tag_prefix: "release-" seperator: "." -- Gitee