From 12602b73fd430d8f1b7d10a53ffe2e3ca3ac84bd Mon Sep 17 00:00:00 2001 From: herengui Date: Thu, 7 Apr 2022 19:02:11 +0800 Subject: [PATCH] fix separator spell error Signed-off-by: herengui (cherry picked from commit 07c5fb7310937cea1eb4da498440c9d725c8584d) --- samtools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samtools.yaml b/samtools.yaml index 31b4b72..bee2162 100644 --- a/samtools.yaml +++ b/samtools.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: samtools/samtools tag_prefix: ^ -seperator: . +separator: . -- Gitee