Skip to content

Commit

Permalink
[Binary] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Apr 29, 2017
1 parent f641701 commit 8193b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safedrive/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ pub fn doctor(uid: u32, gid: u32) -> Result<(), SDError> {
binary_path = PathBuf::from("C:\\Program Files\\SafeDrive");

} else {
binary_path = PathBuf::from("/usr/local/bin2");
binary_path = PathBuf::from("/usr/local/bin");
}

match std::fs::create_dir_all(&binary_path) {
Expand Down

0 comments on commit 8193b47

Please sign in to comment.