Browse Source
refactor: return nil as i've no idea what that is doing
main
decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|
|