Skip to content

Commit

Permalink
Merge pull request #4 from CKingX/v1.0
Browse files Browse the repository at this point in the history
* Fixed typo for built-in version of filter for Windows installer
  • Loading branch information
CKingX authored Jun 18, 2022
2 parents 8778527 + 1dfc579 commit b5d801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{ffi::OsString, path::Path};
use crate::config::Config;

pub static FILTER: Option<&str> = if cfg!(feature = "winfilter") {
Some("C:\\Program Files\\haveibeenwpned\\filter.bin")
Some("C:\\Program Files\\haveibeenpwned\\filter.bin")
} else if cfg!(feature = "linuxfilter") {
Some("/usr/share/haveibeenpwned/filter.bin")
} else {
Expand Down

0 comments on commit b5d801d

Please sign in to comment.