Browse Source

fix ci

pull/169/head
aler9 5 years ago
parent
commit
5c8eceb4f7
  1. 2
      conf/conf.go

2
conf/conf.go

@ -64,7 +64,7 @@ func checkPathName(name string) error { @@ -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"`

Loading…
Cancel
Save