Skip to content

Commit

Permalink
Changed to original home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh Grangdan committed Sep 4, 2024
1 parent 1f6ad3d commit ad85567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antivirus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Antivirus {

pub fn scan(&mut self) {

let mut dir = &format!("{}/Downloads/cv",self.home_dir);
let mut dir = &self.home_dir;

if self.args.dir != "HOME"{
dir = &self.args.dir;
Expand Down

0 comments on commit ad85567

Please sign in to comment.