Skip to content

Commit a0f4a5b

Browse files
committed
fixes build break on Travis
Hmm... what appears to compile satisfactorily on my machine had issues on Travis.
1 parent 14119b8 commit a0f4a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/history/AccuRevRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ History getHistory(File file) throws HistoryException {
506506

507507
@Override
508508
String determineParent() throws IOException {
509-
getAccuRevInfo(new File(directoryName));
509+
getAccuRevInfo(new File(getDirectoryName()));
510510
return parent;
511511
}
512512

0 commit comments

Comments
 (0)