fix pipeline

This commit is contained in:
Boshi Lian 2022-07-06 00:19:51 +00:00
parent 0ebe1e19d5
commit 13f8e86d50
4 changed files with 9 additions and 138 deletions

View file

@ -57,7 +57,7 @@ func main() {
log.Infof("search public key in path: %v", path)
if err != nil {
log.Infof("error walking path: ", err)
log.Infof("error walking path: %v", err)
return nil
}