removed duplicate mention of registry

master
Jan Willem Henckel 7 years ago
parent 31c1d1d32a
commit 58b75a48f0
  1. 2
      src/command.rs

@ -156,7 +156,7 @@ fn login(
npm::npm_login(&registry, &scope, always_auth, &auth_type)?;
PBAR.message(&format!("👋 logged you in to {}!", registry));
PBAR.message(&format!("👋 logged you in!"));
Ok(())
}

Loading…
Cancel
Save