Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Jun 11, 2024
1 parent 1a80c34 commit b6b398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vach-cli/src/commands/unpack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl CommandTrait for Evaluator {

let output_path = match args.value_of(key_names::OUTPUT) {
Some(path) => PathBuf::from_str(path)?,
None => anyhow::bail!("Please provide an output path using the -o or --output key"),
None => Default::default(),
};

if output_path.is_file() {
Expand Down

0 comments on commit b6b398d

Please sign in to comment.