Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
megatank58 authored Jun 25, 2022
1 parent 613e0e3 commit 1178111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installers/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub fn install_m() {

copy(
"oxido",
format!("{}/.oxido/oxido/bin", std::env::var("HOME").unwrap()),
format!("{}/.oxido/bin/oxido", std::env::var("HOME").unwrap()),
)
.unwrap();
remove_file("oxido").unwrap();
Expand Down

0 comments on commit 1178111

Please sign in to comment.