Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaschilling committed Jul 16, 2020
1 parent b218b3d commit e62b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/lib/on-installed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const browser = require('webextension-polyfill')

exports.welcomePage = '/dist/landing-pages/welcome/index.html'
exports.updatePage = 'https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v' + browser.runtime.getManifest().version
exports.updatePage = ('https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v' + browser.runtime.getManifest().version)

exports.onInstalled = async (details) => {
// details.temporary === run via `npm run firefox`
Expand Down

0 comments on commit e62b8c6

Please sign in to comment.