Skip to content

Commit

Permalink
fix: Fix typo in variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 11, 2020
1 parent 73f1b4c commit 03a8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function wrapCallback(callback) {
for (const [prefix, childConfig] of Object.entries(pluginConfig)) {
const fullPrefix = `${prefix.toUpperCase}_`;
const { env } = context;
const chilldEnv = { ...env };
const childEnv = { ...env };

for (const variableName of [
'NPM_TOKEN',
Expand Down

0 comments on commit 03a8df1

Please sign in to comment.