Skip to content

Commit

Permalink
Fix the Firefox developer variant binary name
Browse files Browse the repository at this point in the history
Not sure if this used to work or was always wrong, but this definitely
now matches the current binary name from the latest Linux package.
  • Loading branch information
pimterry committed Mar 5, 2024
1 parent 248544d commit 92494bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var browserDefinitions = {
profile: true,
variants: {
'firefox': ['firefox'],
'firefox-developer': ['firefox-developer'],
'firefox-developer': ['firefox-devedition'],
'firefox-nightly': ['firefox-nightly']
}
},
Expand Down

0 comments on commit 92494bc

Please sign in to comment.