From 5c8eceb4f78e2f9e3234220b1691baba28e8bbb5 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 14 Oct 2020 01:07:32 +0200 Subject: [PATCH] fix ci --- conf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/conf.go b/conf/conf.go index 7b18453a..7b11bb95 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -64,7 +64,7 @@ func checkPathName(name string) error { } type PathConf struct { - Regexp *regexp.Regexp + Regexp *regexp.Regexp `yaml:"-"` Source string `yaml:"source"` SourceUrl *url.URL `yaml:"-"` SourceProtocol string `yaml:"sourceProtocol"`