Skip to content

Commit

Permalink
config: fix passing of referer value
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 10, 2018
1 parent c8135d9 commit ae936f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/figgy-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function mkConfig (...providers) {
log,
'npm-session': npmSession,
'project-scope': npm.projectScope,
refer: npm.refer,
refer: npm.referer,
dmode: npm.modes.exec,
fmode: npm.modes.file,
umask: npm.modes.umask,
Expand Down

0 comments on commit ae936f2

Please sign in to comment.