decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
2 additions and
2 deletions
-
distribusi.go
|
|
@ -247,9 +247,9 @@ func distribusify(c *cli.Context, root string, ignore []string) error { |
|
|
|
if err != nil { |
|
|
|
if strings.Contains(err.Error(), "permission denied") { |
|
|
|
return filepath.SkipDir |
|
|
|
} else { |
|
|
|
return err |
|
|
|
} |
|
|
|
|
|
|
|
return err |
|
|
|
} |
|
|
|
|
|
|
|
for _, content := range contents { |
|
|
|