From 8dbd5ef652222d14a2badba895b80c620560b24b Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 22 Dec 2020 10:55:10 +0800 Subject: [PATCH] Fix src_repo url in yaml --- tpm-tools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tpm-tools.yaml b/tpm-tools.yaml index 9195ea4..9b35660 100644 --- a/tpm-tools.yaml +++ b/tpm-tools.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://sourceforge.net/p/trousers/tpm-tools/ci/master/tree/ -tag_prefix: ^ -seperator: . +src_repo: https://git.code.sf.net/p/trousers/tpm-tools +tag_prefix: "^" +separator: "."