Skip to content

Commit

Permalink
fix ourUsedVersion typo
Browse files Browse the repository at this point in the history
  • Loading branch information
locksten committed Jul 15, 2024
1 parent 25e75eb commit a32963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildHooks/src/comparePluginOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const diffPluginOverrides = ({
paths,
ourPluginPath,
incomingPluginPath,
usedVersion: getContext().files.scopedConfigTemplates['rnv']?.pluginTemplates?.[pluginName]?.version,
ourUsedVersion: getContext().files.scopedConfigTemplates['rnv']?.pluginTemplates?.[pluginName]?.version,
...(difference && !paths.some(({ ourPath }) => fs.existsSync(ourPath))
? { kind: 'new', difference, matchesOurVersions: findMatchingVersions() }
: difference
Expand Down

0 comments on commit a32963f

Please sign in to comment.