Skip to content

Commit

Permalink
fix(publish): Correct silly log heading
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 4, 2019
1 parent 1caeb28 commit f1dc3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/publish/lib/get-npm-username.js
Expand Up @@ -18,7 +18,7 @@ function getNpmUsername(_opts) {
return getProfileData(opts).then(success, failure);

function success(result) {
opts.log.silly("npm whoami", "received %j", result);
opts.log.silly("npm profile get", "received %j", result);

if (!result.username) {
throw new ValidationError(
Expand Down

0 comments on commit f1dc3fc

Please sign in to comment.