Fixed deleting submodule did not work
This commit is contained in:
parent
c75d787945
commit
9c8260eee2
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class StatusViewModel @Inject constructor(
|
|||
|
||||
val fileToDelete = File(git.repository.workTree, path)
|
||||
|
||||
fileToDelete.delete()
|
||||
fileToDelete.deleteRecursively()
|
||||
}
|
||||
|
||||
fun updateCommitMessage(message: String) {
|
||||
|
|
Loading…
Reference in a new issue