Browse Source

Code cleanup

pull/3287/head
Richard Mahn 8 years ago
parent
commit
c03d0401c1
  1. 1
      models/repo.go

1
models/repo.go

@ -2404,7 +2404,6 @@ func (repo *Repository) UploadRepoFiles(doer *User, oldBranchName, branchName, t
}
dirPath := path.Join(localPath, treeName)
os.MkdirAll(dirPath, os.ModePerm)
// Copy uploaded files into repository.

Loading…
Cancel
Save