Browse Source

refactor: return nil as i've no idea what that is doing

main
decentral1se 2 years ago
parent
commit
312d760002
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      distribusi.go

2
distribusi.go

@ -252,7 +252,7 @@ func distribusify(c *cli.Context, root string, ignore []string) error {
contents, err := ioutil.ReadDir(absPath)
if err != nil {
logrus.Debugf("unable to read %s", absPath)
return filepath.SkipDir
return nil
}
for _, content := range contents {

Loading…
Cancel
Save