Skip to content

Commit

Permalink
main.rs: Fix manifest path on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed May 23, 2019
1 parent fa1c6f4 commit 9c810f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fn install_native_messenger() -> std::result::Result<(), ()> {
{
manifest_path = format!(
"{}{}",
home_dir_str, "/Library/Apllication Support/Mozilla/NativeMessagingHosts/firenvim.json"
home_dir_str, "/Library/Application Support/Mozilla/NativeMessagingHosts/firenvim.json"
);
}
#[cfg(target_os = "linux")]
Expand Down

0 comments on commit 9c810f0

Please sign in to comment.