Skip to content

Commit 58b75a4

Browse files
committed
removed duplicate mention of registry
1 parent 31c1d1d commit 58b75a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn login(
156156

157157
npm::npm_login(&registry, &scope, always_auth, &auth_type)?;
158158

159-
PBAR.message(&format!("👋 logged you in to {}!", registry));
159+
PBAR.message(&format!("👋 logged you in!"));
160160
Ok(())
161161
}
162162

0 commit comments

Comments
 (0)