mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-04 14:09:12 +02:00
Fix typo
This commit is contained in:
@@ -355,7 +355,7 @@ trait RepositorySettingsControllerBase extends ControllerBase {
|
||||
FileUtils.moveDirectory(dir, getAttachedDir(form.newOwner, repository.name))
|
||||
}
|
||||
}
|
||||
// Delere parent directory
|
||||
// Delete parent directory
|
||||
FileUtil.deleteDirectoryIfEmpty(getRepositoryFilesDir(repository.owner, repository.name))
|
||||
|
||||
// Call hooks
|
||||
|
||||
Reference in New Issue
Block a user