From f17ade58092d976a778c09b9d7f72f191b6c9cb6 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 23 Nov 2020 14:26:17 +0800 Subject: [PATCH] xmltoman.yaml: fix incorrect src_repo --- xmltoman.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmltoman.yaml b/xmltoman.yaml index d235e43..6eb3638 100644 --- a/xmltoman.yaml +++ b/xmltoman.yaml @@ -1,4 +1,4 @@ version_control: svn -src_repo: https://svn.code.sf.net/p/xmltoman/code/trunk -tag_prefix: ^ -seperator: . +src_repo: https://svn.code.sf.net/p/xmltoman/code/ +tag_prefix: "^" +separator: "."