Skip to content

Commit

Permalink
fix windows browser map
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent bc314f6 commit 5f33734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/browsers_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static! {
map.insert("firefox".into(), rookie::firefox);

#[cfg(target_os = "windows")]
map.insert("ie".into(), rookie::ie);
map.insert("internet_explorer".into(), rookie::internet_explorer);
map.insert("librewolf".into(), rookie::librewolf);
map.insert("opera".into(), rookie::opera);
map.insert("opera gx".into(), rookie::opera_gx);
Expand Down

0 comments on commit 5f33734

Please sign in to comment.