Skip to content

Commit

Permalink
fix: missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai committed May 27, 2023
1 parent 819ae33 commit 63b7501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command/#.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pub fn login(

info!("Logging in to npm...");
info!(
"Scope: {:?} Registry: {}, Always Auth: {}, Auth Type: {:?}.",
&scope, &registry, always_auth, &auth_type
"Scope: {:?} Registry: {}, Auth Type: {:?}.",
&scope, &registry, &auth_type
);
info!("npm info located in the npm debug log");
npm::npm_login(&registry, &scope, &auth_type)?;
Expand Down

0 comments on commit 63b7501

Please # to comment.