We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613e0e3 commit 1178111Copy full SHA for 1178111
1 file changed
src/installers/macos.rs
@@ -29,7 +29,7 @@ pub fn install_m() {
29
30
copy(
31
"oxido",
32
- format!("{}/.oxido/oxido/bin", std::env::var("HOME").unwrap()),
+ format!("{}/.oxido/bin/oxido", std::env::var("HOME").unwrap()),
33
)
34
.unwrap();
35
remove_file("oxido").unwrap();
0 commit comments