Fixed deleting submodule did not work
This commit is contained in:
parent
c75d787945
commit
9c8260eee2
@ -353,7 +353,7 @@ class StatusViewModel @Inject constructor(
|
|||||||
|
|
||||||
val fileToDelete = File(git.repository.workTree, path)
|
val fileToDelete = File(git.repository.workTree, path)
|
||||||
|
|
||||||
fileToDelete.delete()
|
fileToDelete.deleteRecursively()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun updateCommitMessage(message: String) {
|
fun updateCommitMessage(message: String) {
|
||||||
|
Loading…
Reference in New Issue
Block a user