Skip to content

Commit

Permalink
Disable integrity check by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Sep 2, 2024
1 parent 0f7ec17 commit 3a6171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/unpack_vromf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn unpack_vromf() -> Command {
.long("skip_integrity_check")
.required(false)
.num_args(0)
.default_value("false")
.default_value("true")
.help("Skips over vromf hashing checks")
)
.arg(
Expand Down

0 comments on commit 3a6171e

Please sign in to comment.