Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Dec 29, 2023
1 parent ca1ed25 commit 46071c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/src/core/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Updater {
{
RunasCommand::new("cp")
.args(&["-f", tmp_core_path.to_str().unwrap(), &target_core_str])
.status()?;
.status()
}
})
.await??;
Expand Down

0 comments on commit 46071c6

Please sign in to comment.