Skip to content

Commit 1178111

Browse files
authored
fix: typo
1 parent 613e0e3 commit 1178111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installers/macos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn install_m() {
2929

3030
copy(
3131
"oxido",
32-
format!("{}/.oxido/oxido/bin", std::env::var("HOME").unwrap()),
32+
format!("{}/.oxido/bin/oxido", std::env::var("HOME").unwrap()),
3333
)
3434
.unwrap();
3535
remove_file("oxido").unwrap();

0 commit comments

Comments
 (0)