diff --git a/src/command/login.rs b/src/command/login.rs index f8053e6..07af70c 100644 --- a/src/command/login.rs +++ b/src/command/login.rs @@ -12,8 +12,8 @@ pub fn login( info!("Logging in to npm..."); info!( - "Scope: {:?} Registry: {}, Always Auth: {}, Auth Type: {:?}.", - &scope, ®istry, always_auth, &auth_type + "Scope: {:?} Registry: {}, Auth Type: {:?}.", + &scope, ®istry, &auth_type ); info!("npm info located in the npm debug log"); npm::npm_login(®istry, &scope, &auth_type)?;