RepoSequence: Use metadata repository as in the rest of notedb
Change-Id: Ib22335314415ca608d0061ca8f68c13da70ddfe6
This commit is contained in:
@@ -129,7 +129,7 @@ public class RepoSequence {
|
||||
}
|
||||
|
||||
private void acquire() throws OrmException {
|
||||
try (Repository repo = repoManager.openRepository(projectName);
|
||||
try (Repository repo = repoManager.openMetadataRepository(projectName);
|
||||
RevWalk rw = new RevWalk(repo)) {
|
||||
TryAcquire attempt = new TryAcquire(repo, rw);
|
||||
RefUpdate.Result result = retryer.call(attempt);
|
||||
|
||||
Reference in New Issue
Block a user