Skip to content

Commit

Permalink
update lock file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Sep 13, 2024
1 parent c52ea5d commit c2a550d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ private Path getLocalFilePath(int size) {
}

private Path getLockFilePath(int size) {
return Paths.get(String.format(LOCAL_PATH, commit)).resolve(size + ".downloading");
return Paths.get(String.format(LOCAL_PATH, commit)).resolve(size + ".lck");
}
}

0 comments on commit c2a550d

Please sign in to comment.