fix npe on git repository service provider

This commit is contained in:
Sebastian Sdorra
2013-05-17 17:18:48 +02:00
parent b3becbb5bd
commit a6dc335f50

View File

@@ -82,6 +82,7 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
public GitRepositoryServiceProvider(GitRepositoryHandler handler,
Repository repository)
{
this.handler = handler;
this.repository = repository;
context = new GitContext(handler.getDirectory(repository));
}