Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekHumagain committed Sep 9, 2024
1 parent 69df795 commit 1af117e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/antivirus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn install_clamav() -> std::io::Result<()> {
}
"windows" => {
let _ = windows::install_clamav_windows();
handle_freshclam_copy_windows("C:\\ProgramData\\.clamav")??
handle_freshclam_copy_windows("C:\\ProgramData\\.clamav")?
}
_ => {
eprintln!("Unsupported operating system: {}", env::consts::OS);
Expand Down

0 comments on commit 1af117e

Please sign in to comment.