Skip to content

Commit

Permalink
fix: addonInstance typo
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Feb 8, 2024
1 parent 3a338b7 commit 4095170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function loadConfig(file?: string): Promise<Config> {
ghOwner: owner,
ghRepo: repo,
addonRef: pkg.config?.addonRef || _.kebabCase(addonName),
addonInstance: pkg.config?.addonInstence || _.camelCase(addonName),
addonInstance: pkg.config?.addonInstance || _.camelCase(addonName),
prefsPrefix: `extensions.zotero.${addonRef}`,
xpiName: xpiName,
releasePage: releasePage,
Expand Down

0 comments on commit 4095170

Please sign in to comment.