Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Nov 19, 2023
1 parent 3cbed63 commit 38a9ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/updater/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl Update {
if let Some(tmp_dir_root) = tmp_dir_location() {
use std::os::unix::fs::{MetadataExt, PermissionsExt};

let (_, tmp_dir) = tempfile::Builder::new()
let tmp_dir = tempfile::Builder::new()
.prefix("current_app")
.tempdir_in(tmp_dir_root)?;
let tmp_dir_metadata = tmp_dir.metadata()?;
Expand Down

0 comments on commit 38a9ce5

Please sign in to comment.