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
7c4d44094d
commit
9a14362374
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func ChangeRepoFiles(ctx context.Context, repo *repo_model.Repository, doer *use
|
|||
}
|
||||
for _, filename := range filelist {
|
||||
if len(filename) > 0 {
|
||||
newOptsFiles = append(new_opts_files, &ChangeRepoFile{
|
||||
newOptsFiles = append(newOptsFiles, &ChangeRepoFile{
|
||||
Operation: "delete",
|
||||
TreePath: filename,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue