Skip to content

Commit

Permalink
fix: data checksums descriptor didn't copy correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck authored Sep 10, 2024
1 parent f737ae6 commit 9fbfe56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object DataManager {
}
}

ResourceUtils.copyFile(DATA_CHECKSUMS_NAME, dataDir.absolutePath)
ResourceUtils.copyFile(DATA_CHECKSUMS_NAME, dataDir.resolve(DATA_CHECKSUMS_NAME).absolutePath)

// 创建空的 default.custom.yaml 以覆盖 default.yaml 默认的方案列表
runCatching {
Expand Down

0 comments on commit 9fbfe56

Please sign in to comment.