Skip to content

Commit

Permalink
Tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbegamerxx954 committed Jul 22, 2024
1 parent 9c4e515 commit 868a168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fn get_style() -> Styles {
}
fn main() -> anyhow::Result<()> {
let opts = Options::parse();
let mcver = opts.target_verion.to_version();
let mcver = opts.target_version.to_version();
let pack =
BufReader::new(File::open(opts.file).with_context(|| "Error while opening input file")?);
let mut zip = ZipArchive::new(pack)?;
Expand Down

0 comments on commit 868a168

Please sign in to comment.