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 8e32841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/#.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
);
info!("npm info located in the npm debug log");
npm::npm_login(&registry, &scope, &auth_type)?;
Expand Down

0 comments on commit 8e32841

Please # to comment.