Skip to content

Commit

Permalink
overwrite is true when commit change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-024 committed Jan 6, 2025
1 parent ffb1a71 commit a795ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ public List<Snapshot> findSnapshotsForIdentifiers(
}

public void commitChangelog(Changelog changelog, long id) throws IOException {
fileIO.writeFile(longLivedChangelogPath(id), changelog.toJson(), false);
fileIO.writeFile(longLivedChangelogPath(id), changelog.toJson(), true);
}

/**
Expand Down

0 comments on commit a795ca3

Please sign in to comment.