mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-21 23:36:43 +02:00
services/repository/files/update.go aktualisiert
This commit is contained in:
parent
f56b10ca8c
commit
0e50e9dc10
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func ChangeRepoFiles(ctx context.Context, repo *repo_model.Repository, doer *use
|
|||
|
||||
for _, entry := range allEntries {
|
||||
filename := entry.Name()
|
||||
// Here we need to remove directories... I don't know why...
|
||||
// Here we need to remove directories... I don't know how...
|
||||
if len(filename) > 0 {
|
||||
newOptsFiles = append(newOptsFiles, &ChangeRepoFile{
|
||||
Operation: "delete",
|
||||
|
|
Loading…
Add table
Reference in a new issue