Fixed deleting submodule did not work

This commit is contained in:
Abdelilah El Aissaoui 2023-05-14 14:20:17 +02:00
parent c75d787945
commit 9c8260eee2
No known key found for this signature in database
GPG key ID: 7587FC860F594869

View file

@ -353,7 +353,7 @@ class StatusViewModel @Inject constructor(
val fileToDelete = File(git.repository.workTree, path)
fileToDelete.delete()
fileToDelete.deleteRecursively()
}
fun updateCommitMessage(message: String) {