Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
fix(profile): fix up config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 29, 2018
1 parent b617366 commit 43f8356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const ProfileSubcommandsOptions = {

const tableHeaders = ['token', 'key', 'cidr_whitelist', 'readonly', 'created', 'updated']

const getOptions = argv => ProfileConfig(npmConfig().concat(argv).concat({ log }))
const getOptions = argv => ProfileConfig(npmConfig(argv))

const logError = (err) => console.error(`Error code: ${err.code} => ${err.message}`)

Expand Down

0 comments on commit 43f8356

Please sign in to comment.