switch to config file and implement src path filter
This commit is contained in:
parent
055e9db8e2
commit
a6b9602821
30 changed files with 11907 additions and 60 deletions
|
|
@ -44,7 +44,7 @@ func main() {
|
|||
}
|
||||
encrypted = true
|
||||
}
|
||||
dstfs, err := parse.FS(dst, dstk, true)
|
||||
dstfs, err := parse.FS(dst, dstk, nil, true)
|
||||
if err != nil {
|
||||
fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue