Skip to content

Commit

Permalink
fixup! Add argument to allow a particular path to be excluded. Implem…
Browse files Browse the repository at this point in the history
…ents #11
  • Loading branch information
mihai-dinculescu committed Jan 11, 2021
1 parent 89e2814 commit 7db9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/wipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn run_no_hits(folder_name: FolderNameEnum, wipe: bool) {
let params = WipeParams {
wipe,
path: PathBuf::from(&test_path),
folder_name: folder_name.clone(),
folder_name: folder_name,
ignores: Vec::new(),
};

Expand Down

0 comments on commit 7db9e71

Please sign in to comment.