Skip to content

Commit

Permalink
Remove extra close call
Browse files Browse the repository at this point in the history
This is an attempt to resolve #305.
  • Loading branch information
ajoberstar committed Apr 9, 2020
1 parent 561326a commit 599b469
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class Grgit implements AutoCloseable {
*/
@Override
void close() {
repository.jgit.close()
repository.jgit.repository.close()
}
}

0 comments on commit 599b469

Please sign in to comment.