Skip to content

Commit 336be43

Browse files
fixing comment
1 parent 88e5257 commit 336be43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/genpolicy/src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ fn add_verity_to_store(
364364
// Serialize in pretty format
365365
let serialized = serde_json::to_string_pretty(&data)?;
366366

367-
// Open the JSON file in append mode
367+
// Open the JSON file to write
368368
let file = OpenOptions::new()
369369
.write(true)
370370
.open(cache_file)?;

0 commit comments

Comments
 (0)