Skip to content

Commit ee07e00

Browse files
committed
Fixed cleanUp path
1 parent 4ebeb50 commit ee07e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/radarcns/RestructureAvroRecords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void start(String directoryName) throws IOException {
184184
}
185185

186186
logger.info("Cleaning offset file");
187-
OffsetRangeFile.cleanUp(outputPath);
187+
OffsetRangeFile.cleanUp(offsetsPath);
188188
}
189189

190190
private static String getTopic(Path filePath, OffsetRangeSet seenFiles) {

0 commit comments

Comments
 (0)