From 3d7f97098bd396410fb2b5957f4f198343e161e4 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 30 Jun 2020 09:19:17 +0800 Subject: [PATCH] Fix yaml file error --- gutenprint.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gutenprint.yaml b/gutenprint.yaml index 7a2710e..7bfc1cc 100644 --- a/gutenprint.yaml +++ b/gutenprint.yaml @@ -1,4 +1,5 @@ +git_url: https://github.com/echiu64/gutenprint.git version_control: github src_repo: echiu64/gutenprint -tag_prefix: gutenprint- -seperator: _ +tag_prefix: "gutenprint-" +seperator: "_"