Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ private void deleteLegacyPrs(Plugin plugin) {
* @return DiffStats (no. of additions, deletions and changed files)
*/
public DiffStats getDiffStats(Plugin plugin, boolean dryRun) {
Path gitDirPath = Settings.DEFAULT_CACHE_PATH
Path gitDirPath = config.getCachePath()
.resolve(plugin.getName())
.resolve("sources")
.resolve(".git")
Expand Down
Loading