Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Sep 8, 2024
2 parents 3f35a20 + cdcb589 commit adbdc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subcommands/unpack_vromf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ pub fn unpack_vromf(args: &ArgMatches) -> Result<()> {
.context("Invalid argument: zip")?;

let skip_integrity_check = *args
.get_one::<bool>("skip_integrity_check")
.context("Invalid argument: skip_integrity_check")?;
.get_one::<bool>("integrity_check")
.context("Invalid argument: integrity_check")?;
let check_integrity = !skip_integrity_check;

let should_override = *args
Expand Down

0 comments on commit adbdc3f

Please sign in to comment.