Skip to content

Commit

Permalink
Merge pull request brave#2967 from darkdh/2956
Browse files Browse the repository at this point in the history
Fix typo in search engine migration
  • Loading branch information
bbondy authored Aug 5, 2016
2 parents 67121cd + e16d541 commit a178b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sessionStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ module.exports.loadAppState = () => {
if (data.settings['search.default-search-engine'] === 'content/search/google.xml') {
data.settings['search.default-search-engine'] = 'Google'
}
if (data.settings['search.default-search-engine'] === 'contnt/search/duckduckgo.xml') {
if (data.settings['search.default-search-engine'] === 'content/search/duckduckgo.xml') {
data.settings['search.default-search-engine'] = 'DuckDuckGo'
}
} catch (e) {
Expand Down

0 comments on commit a178b56

Please sign in to comment.