mirror of
https://github.com/gogs/gogs.git
synced 2025-05-08 08:31:04 +00:00
Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file
This commit is contained in:
commit
7fc8a89cb4
@ -2404,7 +2404,6 @@ func (repo *Repository) UploadRepoFiles(doer *User, oldBranchName, branchName, t
|
|||||||
}
|
}
|
||||||
|
|
||||||
dirPath := path.Join(localPath, treeName)
|
dirPath := path.Join(localPath, treeName)
|
||||||
|
|
||||||
os.MkdirAll(dirPath, os.ModePerm)
|
os.MkdirAll(dirPath, os.ModePerm)
|
||||||
|
|
||||||
// Copy uploaded files into repository.
|
// Copy uploaded files into repository.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user