Skip to content

Commit

Permalink
fix last-version key name
Browse files Browse the repository at this point in the history
  • Loading branch information
dugite-code committed Aug 21, 2018
1 parent 496c022 commit e407563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefox/chrome/content/background-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function updateHandler(currVer) {
supportString);
} else {
extPrefsBranch.setStringPref(
'local-first-run',
'last-version',
supportString.data);
}

Expand Down

0 comments on commit e407563

Please sign in to comment.